From c282a699b5f06552d8f28041c92b1043458c04d4 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Mon, 7 May 2012 00:32:50 +0000 Subject: [PATCH] + when tag, copy the tmp directory. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6f150b2ebc..fa12c025f4 100644 --- a/Makefile +++ b/Makefile @@ -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