mirror of
git://git.proxmox.com/git/pve-zsync.git
synced 2025-01-18 14:03:35 +03:00
buildsys: job safety
This commit is contained in:
parent
add204bf4f
commit
d79cb93dd5
5
Makefile
5
Makefile
@ -40,8 +40,9 @@ install: pve-zsync.8.man pve-zsync.8.gz
|
|||||||
install -d ${DESTDIR}${PODDIR}
|
install -d ${DESTDIR}${PODDIR}
|
||||||
install -m 0644 pve-zsync.8.gz ${DESTDIR}/usr/share/man/man8/
|
install -m 0644 pve-zsync.8.gz ${DESTDIR}/usr/share/man/man8/
|
||||||
|
|
||||||
.PHONY: deb ${DEB}
|
.PHONY: deb
|
||||||
deb ${DEB}:
|
deb: ${DEB}
|
||||||
|
${DEB}:
|
||||||
rm -rf debian
|
rm -rf debian
|
||||||
mkdir debian
|
mkdir debian
|
||||||
install -d debian/var/lib/pve-zsync
|
install -d debian/var/lib/pve-zsync
|
||||||
|
Loading…
x
Reference in New Issue
Block a user