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

index 8bc99336cef58c6ce8b0214d78be4a09fbd103ae..3fd43a08150d1f5da0f98d4a59c87b5af89cfc48 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,7 @@ ${DEB}:
        rm -rf build
        rsync -a * build
        echo "git clone git://git.proxmox.com/git/qemu-server.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