]> git.proxmox.com Git - pve-access-control.git/commitdiff
build: remove fakeroot from dpkg-buildpackage
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 12 Jun 2017 08:08:46 +0000 (10:08 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 12 Jun 2017 08:08:46 +0000 (10:08 +0200)
Makefile

index d373815dfb80437a484e5853441aa99470a7ba8d..bfb268892456d9cbb9f21745fd4fd1f860de5cb2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ ${DEB}:
        rm -rf build
        rsync -a * build
        echo "git clone git://git.proxmox.com/git/pve-access-control.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: upload