From aaa36aee181896d8e15a72a00d49064efe12e35c Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Tue, 13 Feb 2018 16:47:07 +0100 Subject: [PATCH] improve PVE/API2/Makefile remove unnecessary SOURCES variable and add the directory Signed-off-by: Dominik Csapak --- PVE/API2/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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