From 7e6560eb78a75683e73f81c5ca810af2157733fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Fri, 10 Mar 2017 08:54:22 +0100 Subject: [PATCH] buildsys: remove fakeroot from dpkg-buildpackage --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9f9d8df..62681d7 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ $(DEB): ${PKGSRC} # now compile spice server cp -a debian ${PKGDIR}/debian echo "git clone git://git.proxmox.com/git/pve-libspice-server.git\\ngit checkout ${GITVERSION}" > ${PKGDIR}/debian/SOURCE - cd ${PKGDIR}; dpkg-buildpackage -rfakeroot -b -us -uc + cd ${PKGDIR}; dpkg-buildpackage -b -us -uc .PHONY: download