mirror of
https://git.proxmox.com/git/pve-common
synced 2025-08-02 15:19:54 +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 debian/ build/debian
|
||||
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}
|
||||
|
||||
.PHONY: clean
|
||||
|
Loading…
Reference in New Issue
Block a user