projects
/
pve-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12b0d5a
)
build: remove ACME modules
author
Fabian Grünbichler
<f.gruenbichler@proxmox.com>
Mon, 20 Apr 2020 08:03:08 +0000
(10:03 +0200)
committer
Thomas Lamprecht
<t.lamprecht@proxmox.com>
Thu, 30 Apr 2020 10:17:06 +0000
(12:17 +0200)
from Makefile as well
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile
b/src/Makefile
index ada166d83aff4c0a2f178c7e254a9749d1475e0c..1987d0efd021bda4768a9a8ee406d73ed748db65 100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-7,9
+7,6
@@
MAN1DIR=${MANDIR}/man1/
PERLDIR=${PREFIX}/share/perl5
LIB_SOURCES = \
- ACME.pm \
- ACME/Challenge.pm \
- ACME/StandAlone.pm \
AtomicFile.pm \
Certificate.pm \
CLIFormatter.pm \
@@
-41,7
+38,6
@@
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