]> git.proxmox.com Git - pve-omping.git/commitdiff
buildsys: remove fakeroot from dpkg-buildpackage
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 13 Feb 2017 13:11:39 +0000 (14:11 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 13 Feb 2017 13:11:39 +0000 (14:11 +0100)
Makefile

index 9677c978776206a8166fe7aab6a6b029621b3e9b..912496100682543a1b9f4889d2810624d53e1d57 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ ${DEBS}: ${PKGSRC}
        tar xf ${PKGSRC} 
        cp -a debian ${PKGDIR}/debian
        echo "git clone git://git.proxmox.com/git/pve-omping.git\\ngit checkout ${GITVERSION}" > ${PKGDIR}/debian/SOURCE
-       cd ${PKGDIR}; dpkg-buildpackage -rfakeroot -b -us -uc
+       cd ${PKGDIR}; dpkg-buildpackage -b -us -uc
 
 .PHONY: upload
 upload: ${DEBS}