]> git.proxmox.com Git - pve-container.git/commitdiff
build: drop -rfakeroot
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 1 Sep 2017 06:58:00 +0000 (08:58 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 1 Sep 2017 06:58:03 +0000 (08:58 +0200)
it's the default anyway.

Makefile

index 34e9397387f863e6eb95fb4b84ecf59355cd223f..b73b37f28f8154782cf621aa78a9c4189bab3cbd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ ${DEB}:
        rsync -a src/ build
        rsync -a debian/ build/debian
        echo "git clone git://git.proxmox.com/git/pve-container\\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