[pve-devel] [PATCH qemu-server 1/7] improve PVE/API2/Makefile

Dominik Csapak d.csapak at proxmox.com
Tue Feb 13 16:47:07 CET 2018


remove unnecessary SOURCES variable and add the directory

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 PVE/API2/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/PVE/API2/Makefile b/PVE/API2/Makefile
index 3fd85e2..b438448 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
-- 
2.11.0





More information about the pve-devel mailing list