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

index a74bf4b2f552e0079d85ac298465f484c5f1aa3b..a5bfd878c64c0f6e3bdf40b523b013c7ce8e8b5c 100644 (file)
--- 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