From: Fabian Grünbichler Date: Wed, 6 Sep 2017 07:36:49 +0000 (+0200) Subject: build: drop -rfakeroot X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=57e46a44ba786d9aaa29424a3b5beda3f679e4e1;hp=2131eb50a4ed0be94f35a2509d002027d9b31085 build: drop -rfakeroot --- diff --git a/Makefile b/Makefile index eb70554..2ae10e3 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ deb ${DEB}: rsync -a src/ build rsync -a debian/ build/debian echo "git clone git://git.proxmox.com/git/pve-common.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: clean