From acf32087933e8fec9064222c164fb52580318221 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 12 Jun 2017 10:14:54 +0200 Subject: [PATCH] build: remove fakeroot from dpkg-buildpackage --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a74bf4b..a5bfd87 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ ${DEB}: rm -rf build rsync -a * build echo "git clone git://git.proxmox.com/git/pve-storage.git\\ngit checkout ${GITVERSION}" >build/debian/SOURCE - cd build; dpkg-buildpackage -rfakeroot -b -us -uc + cd build; dpkg-buildpackage -b -us -uc lintian ${DEB} .PHONY: test