From: Fabian Grünbichler Date: Wed, 19 Dec 2018 12:28:44 +0000 (+0100) Subject: build: drop explicit -rfakeroot X-Git-Url: https://git.proxmox.com/?p=iproute2.git;a=commitdiff_plain;h=05331b6cd69081c571be39a5ee9762b00be21928 build: drop explicit -rfakeroot it's the default anyway Signed-off-by: Fabian Grünbichler --- 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}