mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-05 08:41:39 +00:00
build: remove fakeroot from dpkg-buildpackage
This commit is contained in:
parent
df5c1139e0
commit
a183ab0d5f
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user