+ when create package, create the tmp first.

This commit is contained in:
wangchunsheng
2012-05-03 02:29:08 +00:00
parent b6a67cbb6a
commit 4e87294e45
2 changed files with 7 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ 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/

View File

@@ -1537,4 +1537,9 @@ INSERT INTO `zt_groupPriv` (`company`, `group`, `module`, `method`) VALUES
(1, 1, 'misc', 'ping'),
(1, 1, 'action', 'trash'),
(1, 1, 'action', 'undelete'),
(1, 2, 'misc', 'ping');
(1, 2, 'misc', 'ping'),
(1, 1, 'todo', 'batchCreate'),
(1, 2, 'todo', 'batchCreate'),
(1, 3, 'todo', 'batchCreate'),
(1, 4, 'todo', 'batchCreate'),
(1, 5, 'todo', 'batchCreate');