mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
Makefile fix for Linux.
This commit is contained in:
parent
16b5274963
commit
15ddf28c6a
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ install: FORCE
|
||||||
rm -f $(DESTDIR)/usr/share/man/man1/zerotier-cli.1.gz
|
rm -f $(DESTDIR)/usr/share/man/man1/zerotier-cli.1.gz
|
||||||
cat doc/zerotier-cli.1 | gzip -9 >$(DESTDIR)/usr/share/man/man1/zerotier-cli.1.gz
|
cat doc/zerotier-cli.1 | gzip -9 >$(DESTDIR)/usr/share/man/man1/zerotier-cli.1.gz
|
||||||
cat doc/zerotier-idtool.1 | gzip -9 >$(DESTDIR)/usr/share/man/man1/zerotier-idtool.1.gz
|
cat doc/zerotier-idtool.1 | gzip -9 >$(DESTDIR)/usr/share/man/man1/zerotier-idtool.1.gz
|
||||||
cp ext/installfiles/linux/zerotier-one.te /var/lib/zerotier-one/zerotier-one.te
|
cp ext/installfiles/linux/zerotier-one.te $(DESTDIR)/var/lib/zerotier-one/zerotier-one.te
|
||||||
|
|
||||||
# Uninstall preserves identity.public and identity.secret since the user might
|
# Uninstall preserves identity.public and identity.secret since the user might
|
||||||
# want to save these. These are your ZeroTier address.
|
# want to save these. These are your ZeroTier address.
|
||||||
|
|
Loading…
Add table
Reference in a new issue