[pve-devel] [PATCH] Add manager5 directory in case of missing development symlink

Emmanuel Kasper e.kasper at proxmox.com
Wed May 6 12:25:21 CEST 2015


---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 429264b..a09393c 100644
--- a/Makefile
+++ b/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
-- 
2.1.4





More information about the pve-devel mailing list