Browse Source

Fix RPM targets

pull/2/head
Adam Ierymenko 7 years ago
parent
commit
05470bf202
  1. 2
      make-linux.mk

2
make-linux.mk

@ -403,7 +403,7 @@ debian-clean: FORCE
rm -rf debian/files debian/zerotier-one*.debhelper debian/zerotier-one.substvars debian/*.log debian/zerotier-one debian/.debhelper debian/debhelper-build-stamp
redhat: FORCE
rpmbuild -ba zerotier-one.spec
rpmbuild --target `rpm -q bash --qf "%{arch}"` -ba zerotier-one.spec
# This installs the packages needed to build ZT locally on CentOS 7 and
# is here largely for documentation purposes.

Loading…
Cancel
Save