build: remove empty WWWROOT dir
seems to be a remnant of the Apache days.. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
85e14dcd67
commit
c2e814237c
@ -14,7 +14,6 @@ HARADIR=${DESTDIR}/usr/share/cluster
|
||||
DOCDIR=${DESTDIR}/usr/share/doc/${PACKAGE}
|
||||
PODDIR=${DESTDIR}/usr/share/doc/${PACKAGE}/pod
|
||||
WWWBASEDIR=${DESTDIR}/usr/share/${PACKAGE}
|
||||
WWWROOTDIR=${WWWBASEDIR}/root
|
||||
WWWIMAGEDIR=${WWWBASEDIR}/images
|
||||
WWWTOUCHDIR=${WWWBASEDIR}/touch
|
||||
WWWCSSDIR=${WWWBASEDIR}/css
|
||||
|
@ -204,7 +204,6 @@ all: pvemanagerlib.js
|
||||
|
||||
.PHONY: install
|
||||
install: pvemanagerlib.js
|
||||
install -d ${WWWBASEDIR}/root
|
||||
install -d ${WWWJSDIR}
|
||||
install -m 0644 pvemanagerlib.js ${WWWJSDIR}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user