[pve-devel] [PATCH criu 5/6] buildsys: remove fakeroot from dpkg-buildpackage

Fabian Grünbichler f.gruenbichler at proxmox.com
Fri Mar 10 12:30:10 CET 2017


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 8fbf65c..08d06f8 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ $(DEB1): $(SRCTAR)
 	mv ${SRCDIR}/debian/changelog ${SRCDIR}/debian/changelog.org
 	cat changelog.Debian ${SRCDIR}/debian/changelog.org > ${SRCDIR}/debian/changelog
 	echo "git clone git://git.proxmox.com/git/criu.git\\ngit checkout ${GITVERSION}" >  ${SRCDIR}/debian/SOURCE
-	cd ${SRCDIR}; dpkg-buildpackage -rfakeroot -b -us -uc
+	cd ${SRCDIR}; dpkg-buildpackage -b -us -uc
 	lintian ${DEBS}
 
 
-- 
2.1.4





More information about the pve-devel mailing list