[pve-devel] [RFC common 3/4] build: install ACME files
Fabian Grünbichler
f.gruenbichler at proxmox.com
Wed Apr 11 10:08:45 CEST 2018
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
src/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/Makefile b/src/Makefile
index e544882..0754666 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -7,6 +7,9 @@ MAN1DIR=${MANDIR}/man1/
PERLDIR=${PREFIX}/share/perl5
LIB_SOURCES = \
+ ACME.pm \
+ ACME/Challenge.pm \
+ ACME/StandAlone.pm \
AtomicFile.pm \
CLIHandler.pm \
CalendarEvent.pm \
@@ -33,6 +36,7 @@ all:
.PHONY: install
install:
install -d -m 0755 ${DESTDIR}${PERLDIR}/PVE
+ install -d -m 0755 ${DESTDIR}${PERLDIR}/PVE/ACME
for i in ${LIB_SOURCES}; do install -D -m 0644 PVE/$$i ${DESTDIR}${PERLDIR}/PVE/$$i; done
--
2.14.2
More information about the pve-devel
mailing list