diff --git a/Makefile b/Makefile index bc14dc9b6d..6a335f65f1 100644 --- a/Makefile +++ b/Makefile @@ -146,7 +146,6 @@ package: chmod 777 zentaopms/www chmod a+rx zentaopms/bin/* if [ ! -d "zentaopms/config/ext" ]; then mkdir zentaopms/config/ext; fi - for module in `ls zentaopms/module/`; do if [ -d "zentaopms/module/$$module" ] && [ ! -d "zentaopms/module/$$module/ext" ]; then mkdir zentaopms/module/$$module/ext; fi done find zentaopms/ -name ext |xargs chmod -R 777 mkdir zentaopms/tools; cp tools/cn2tw.php zentaopms/tools; cd zentaopms/tools; php cn2tw.php #rm -r zentaopms/module/misc/ext diff --git a/module/common/ext/view/gantt.html.php b/module/common/view/gantt.html.php similarity index 100% rename from module/common/ext/view/gantt.html.php rename to module/common/view/gantt.html.php diff --git a/module/programplan/view/gantt.html.php b/module/programplan/view/gantt.html.php index d731c9ae93..3c0fc3c83b 100644 --- a/module/programplan/view/gantt.html.php +++ b/module/programplan/view/gantt.html.php @@ -10,7 +10,7 @@ * @link http://www.zentao.net */ ?> - +