build: remove fakeroot from dpkg-buildpackage
This commit is contained in:
2
Makefile
2
Makefile
@ -50,7 +50,7 @@ ${DEB}:
|
|||||||
rm -rf build
|
rm -rf build
|
||||||
rsync -a * build
|
rsync -a * build
|
||||||
echo "git clone git://git.proxmox.com/git/pve-storage.git\\ngit checkout ${GITVERSION}" >build/debian/SOURCE
|
echo "git clone git://git.proxmox.com/git/pve-storage.git\\ngit checkout ${GITVERSION}" >build/debian/SOURCE
|
||||||
cd build; dpkg-buildpackage -rfakeroot -b -us -uc
|
cd build; dpkg-buildpackage -b -us -uc
|
||||||
lintian ${DEB}
|
lintian ${DEB}
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
|
|||||||
Reference in New Issue
Block a user