From 393aa3c52720e253025f481d4bbd83af09cbb740 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 7 Mar 2017 11:22:50 -0800 Subject: [PATCH] fix debuild comand --- make-linux.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-linux.mk b/make-linux.mk index 4aebff7a1..1bb628520 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