mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-06-03 19:46:34 +00:00
Add manager5 directory in case of missing development symlink
This commit is contained in:
parent
8977352db6
commit
d656cf5a01
2
Makefile
2
Makefile
@ -102,6 +102,8 @@ install: country.dat vznet.conf vzdump.conf vzdump-hook-script.pl pve-apt.conf p
|
||||
install -m 0644 copyright ${DOCDIR}
|
||||
install -m 0644 debian/changelog.Debian ${DOCDIR}
|
||||
install -m 0644 country.dat ${DESTDIR}/usr/share/${PACKAGE}
|
||||
# temporary: set ExtJS 5 migration devel directory
|
||||
install -d ${DESTDIR}/usr/share/${PACKAGE}/manager5
|
||||
set -e && for i in ${SUBDIRS}; do ${MAKE} -C $$i $@; done
|
||||
|
||||
.PHONY: distclean
|
||||
|
Loading…
Reference in New Issue
Block a user