2
0
mirror of git://git.proxmox.com/git/pve-libspice-server.git synced 2025-08-30 14:08:30 +00:00

buildsys: remove fakeroot from dpkg-buildpackage

This commit is contained in:
Fabian Grünbichler
2017-03-10 08:54:22 +01:00
parent 173d42d74c
commit 7e6560eb78

View File

@@ -34,7 +34,7 @@ $(DEB): ${PKGSRC}
# now compile spice server # now compile spice server
cp -a debian ${PKGDIR}/debian cp -a debian ${PKGDIR}/debian
echo "git clone git://git.proxmox.com/git/pve-libspice-server.git\\ngit checkout ${GITVERSION}" > ${PKGDIR}/debian/SOURCE 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 .PHONY: download