* when tag, copy the tmp.

This commit is contained in:
wangchunsheng
2012-05-07 06:40:49 +00:00
parent 3343328ab1
commit 2a054f022e
+1 -1
View File
@@ -17,7 +17,6 @@ tgz:
mkdir -p zentaopms/db
mkdir -p zentaopms/bin
mkdir -p zentaopms/config
mkdir -p zentaopms/tmp
mkdir -p zentaopms/www/data/upload
# copy files.
cp -fr framework zentaopms/
@@ -28,6 +27,7 @@ tgz:
cp bin/ztc* bin/computeburn.php bin/getbugs.php bin/initext.php bin/todo.php bin/convertopt.php zentaopms/bin
cp -fr db zentaopms/
cp -fr doc/* zentaopms/
cp -fr tmp zentaopms/
cp VERSION zentaopms/
# create my.min.js
rm zentaopms/www/js/my.min.js