[pve-devel] [PATCH manager] mobile: use ext6 Cookies.js

Wolfgang Bumiller w.bumiller at proxmox.com
Thu Mar 31 12:32:30 CEST 2016


The ext4 file is not in the repository and we don't unpack
the zip anymore, so it won't be found after a `make clean`.
It's the same code formatted differently, so it should work.
---
 www/mobile/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/mobile/Makefile b/www/mobile/Makefile
index 8dcc920..8070a1c 100644
--- a/www/mobile/Makefile
+++ b/www/mobile/Makefile
@@ -2,7 +2,7 @@ include ../../defines.mk
 
 
 JSSRC= 				                 	\
-	../ext4/extjs/src/util/Cookies.js		\
+	../ext6/extjs/classic/classic/src/util/Cookies.js \
 	../manager/Utils.js				\
 	../manager/Parser.js				\
 	Toolkit.js					\
-- 
2.1.4





More information about the pve-devel mailing list