diff --git a/PVE/API2/Makefile b/PVE/API2/Makefile index 3fd85e29..b438448b 100644 --- a/PVE/API2/Makefile +++ b/PVE/API2/Makefile @@ -1,6 +1,4 @@ -SOURCES= \ - Qemu.pm - .PHONY: install install: + install -d -m 0755 ${DESTDIR}${PERLDIR}/PVE/API2 install -D -m 0644 Qemu.pm ${DESTDIR}${PERLDIR}/PVE/API2/Qemu.pm