mirror of
https://git.proxmox.com/git/pve-common
synced 2025-08-07 08:59:13 +00:00
build: drop -rfakeroot
This commit is contained in:
parent
2131eb50a4
commit
57e46a44ba
2
Makefile
2
Makefile
@ -29,7 +29,7 @@ deb ${DEB}:
|
|||||||
rsync -a src/ build
|
rsync -a src/ build
|
||||||
rsync -a debian/ build/debian
|
rsync -a debian/ build/debian
|
||||||
echo "git clone git://git.proxmox.com/git/pve-common.git\\ngit checkout ${GITVERSION}" > build/debian/SOURCE
|
echo "git clone git://git.proxmox.com/git/pve-common.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: clean
|
.PHONY: clean
|
||||||
|
Loading…
Reference in New Issue
Block a user