[pve-devel] [PATCH iproute2 5/5] build: drop explicit -rfakeroot

Fabian Grünbichler f.gruenbichler at proxmox.com
Wed Dec 19 13:28:44 CET 2018


it's the default anyway

Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 32ad46f..3d819c3 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ ${BUILDDIR}: | submodule
 deb: ${DEBS}
 ${OTHER_DEBS}: ${MAIN_DEBS}
 ${MAIN_DEB}: ${BUILDDIR}
-	cd ${BUILDDIR}; dpkg-buildpackage -rfakeroot -b -uc -us
+	cd ${BUILDDIR}; dpkg-buildpackage -b -uc -us
 
 .PHONY: dsc
 dsc: ${DSC}
-- 
2.19.2





More information about the pve-devel mailing list