]> git.proxmox.com Git - qemu-server.git/blob - PVE/API2/Makefile
schema: fix description of migrate_downtime parameter
[qemu-server.git] / PVE / API2 / Makefile
1 .PHONY: install
2 install:
3 install -d -m 0755 ${DESTDIR}${PERLDIR}/PVE/API2
4 install -D -m 0644 Qemu.pm ${DESTDIR}${PERLDIR}/PVE/API2/Qemu.pm
5 $(MAKE) -C Qemu install