mirror of
https://git.proxmox.com/git/pve-common
synced 2025-07-27 13:44:54 +00:00
build: install ACME files
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
f6a70fbfdf
commit
55ffa426f3
@ -7,6 +7,9 @@ MAN1DIR=${MANDIR}/man1/
|
|||||||
PERLDIR=${PREFIX}/share/perl5
|
PERLDIR=${PREFIX}/share/perl5
|
||||||
|
|
||||||
LIB_SOURCES = \
|
LIB_SOURCES = \
|
||||||
|
ACME.pm \
|
||||||
|
ACME/Challenge.pm \
|
||||||
|
ACME/StandAlone.pm \
|
||||||
AtomicFile.pm \
|
AtomicFile.pm \
|
||||||
Certificate.pm \
|
Certificate.pm \
|
||||||
CLIHandler.pm \
|
CLIHandler.pm \
|
||||||
@ -34,6 +37,7 @@ all:
|
|||||||
.PHONY: install
|
.PHONY: install
|
||||||
install:
|
install:
|
||||||
install -d -m 0755 ${DESTDIR}${PERLDIR}/PVE
|
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
|
for i in ${LIB_SOURCES}; do install -D -m 0644 PVE/$$i ${DESTDIR}${PERLDIR}/PVE/$$i; done
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user