mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-07 16:54:19 +00:00
fix install path
This commit is contained in:
parent
c68f20941f
commit
ad9a140f88
@ -2,7 +2,7 @@ SOURCES=qm.pm
|
|||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
install: ${SOURCES}
|
install: ${SOURCES}
|
||||||
install -d -m 0755 ${PERLDIR}/PVE/CLI
|
install -d -m 0755 ${DESTDIR}${PERLDIR}/PVE/CLI
|
||||||
for i in ${SOURCES}; do install -D -m 0644 $$i ${PERLDIR}/PVE/CLI/$$i; done
|
for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/CLI/$$i; done
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user