mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-10-04 14:10:27 +00:00
buildsys: make job safety
This commit is contained in:
parent
730f8863eb
commit
4e515e6d6d
5
Makefile
5
Makefile
@ -47,8 +47,9 @@ install: pveum.1 oathkeygen pveum.bash-completion
|
||||
gzip -9 ${DESTDIR}/${MAN1DIR}/pveum.1
|
||||
install -m 0644 -D pveum.bash-completion ${DESTDIR}${BASHCOMPLDIR}/pveum
|
||||
|
||||
.PHONY: deb ${DEB}
|
||||
deb ${DEB}:
|
||||
.PHONY: deb
|
||||
deb: ${DEB}
|
||||
${DEB}:
|
||||
rm -rf build
|
||||
mkdir build
|
||||
make DESTDIR=`pwd`/build install
|
||||
|
Loading…
Reference in New Issue
Block a user