diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-03-07 11:22:50 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-03-07 14:20:06 -0800 |
commit | 393aa3c52720e253025f481d4bbd83af09cbb740 (patch) | |
tree | 5ab45eb080e3acd2fb8a7d162a16d283d04aa695 /make-linux.mk | |
parent | d7b6de57c561715f11e2dbaff152c5c18431e5ad (diff) | |
download | infinitytier-393aa3c52720e253025f481d4bbd83af09cbb740.tar.gz infinitytier-393aa3c52720e253025f481d4bbd83af09cbb740.zip |
fix debuild comand
Diffstat (limited to 'make-linux.mk')
-rw-r--r-- | make-linux.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-linux.mk b/make-linux.mk index 4aebff7a..1bb62852 100644 --- a/make-linux.mk +++ b/make-linux.mk @@ -186,7 +186,7 @@ uninstall: FORCE # These are just for convenience for building Linux packages debian: FORCE - debuild -I -i -us -uc + debuild -I -i -us -uc -nc -b redhat: FORCE rpmbuild -ba zerotier-one.spec |