mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-08 03:28:36 +00:00
fix dependency for upload target
This commit is contained in:
parent
120ee178da
commit
dae9b620be
2
Makefile
2
Makefile
@ -108,7 +108,7 @@ deb ${DEB}: ${PKGSOURCES}
|
|||||||
lintian ${DEB}
|
lintian ${DEB}
|
||||||
|
|
||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
upload:
|
upload: ${DEB}
|
||||||
umount /pve/${RELEASE}; mount /pve/${RELEASE} -o rw
|
umount /pve/${RELEASE}; mount /pve/${RELEASE} -o rw
|
||||||
mkdir -p /pve/${RELEASE}/extra
|
mkdir -p /pve/${RELEASE}/extra
|
||||||
rm -rf /pve/${RELEASE}/extra/${PACKAGE}_*.deb
|
rm -rf /pve/${RELEASE}/extra/${PACKAGE}_*.deb
|
||||||
|
Loading…
Reference in New Issue
Block a user