]> git.proxmox.com Git - pve-access-control.git/blobdiff - Makefile
build: remove fakeroot from dpkg-buildpackage
[pve-access-control.git] / 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