From dde68dcf1bf63a1039377d382dc5c16716063571 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Tue, 13 Mar 2018 11:51:38 +0800 Subject: [PATCH] * change for create ext dir. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 0d3d8eaa7b..b959bce756 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,8 @@ pms: chmod 777 zentaopms/module chmod 777 zentaopms/www chmod a+rx zentaopms/bin/* + mkdir zentaopms/config/ext + for module in `ls zentaopms/module/`; do mkdir zentaopms/module/$$module/ext; done find zentaopms/ -name ext |xargs chmod -R 777 zip -r -9 ZenTaoPMS.$(VERSION).zip zentaopms rm -fr zentaopms