mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-06 15:47:12 +00:00
7 lines
219 B
Makefile
7 lines
219 B
Makefile
|
|
.PHONY: install
|
|
install:
|
|
install -D -m 0644 QemuServer.pm ${DESTDIR}${PERLDIR}/PVE/QemuServer.pm
|
|
install -D -m 0644 QemuMigrate.pm ${DESTDIR}${PERLDIR}/PVE/QemuMigrate.pm
|
|
make -C VZDump install
|
|
make -C API2 install
|