mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 04:57:53 +00:00
Fix RPM targets
This commit is contained in:
parent
f3c3a90393
commit
05470bf202
@ -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…
Reference in New Issue
Block a user