mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-02-04 17:47:16 +03:00
64e7017e44
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
6 lines
166 B
Makefile
6 lines
166 B
Makefile
.PHONY: install
|
|
install:
|
|
install -d -m 0755 ${DESTDIR}${PERLDIR}/PVE/API2
|
|
install -D -m 0644 Qemu.pm ${DESTDIR}${PERLDIR}/PVE/API2/Qemu.pm
|
|
$(MAKE) -C Qemu install
|