]> git.proxmox.com Git - qemu-server.git/blob - PVE/API2/Qemu/Makefile
schema: fix description of migrate_downtime parameter
[qemu-server.git] / PVE / API2 / Qemu / Makefile
1 SOURCES=Agent.pm CPU.pm Machine.pm OVF.pm
2
3 .PHONY: install
4 install:
5 install -d -m 0755 ${DESTDIR}${PERLDIR}/PVE/API2/Qemu
6 for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/API2/Qemu/$$i; done