mirror of
git://git.proxmox.com/git/pve-libspice-server.git
synced 2025-08-30 05:58:22 +00:00
buildsys: remove fakeroot from dpkg-buildpackage
This commit is contained in:
parent
173d42d74c
commit
7e6560eb78
2
Makefile
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user