From d55f17ede55b15840052c11bd25ecc634531c5df Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Thu, 3 May 2012 06:16:41 +0000 Subject: [PATCH] + when package, add .ztaccess. --- Makefile | 2 +- bin/syncext.php | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 252382ac14..6f150b2ebc 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ tgz: cp -fr lib/ zentaopms/ cp -fr config/config.php zentaopms/config/ cp -fr module zentaopms/ - cp -fr www/*.ico www/fusioncharts www/*.php www/js www/*.txt www/theme www/.htaccess zentaopms/www + cp -fr www/*.ico www/fusioncharts www/*.php www/js www/*.txt www/theme www/.htaccess www/.ztaccess zentaopms/www 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/ diff --git a/bin/syncext.php b/bin/syncext.php index 1fe478f421..0800c6ac29 100644 --- a/bin/syncext.php +++ b/bin/syncext.php @@ -7,6 +7,10 @@ * @version $Id$ */ +sudo pecl install channel://pecl.php.net/inotify-0.1.5 + +extension=inotify.so" to php.ini + /* Get params from argvs. */ if(!isset($argv[1])) die("php syncext.php from target sleep\n"); $from = $argv[1];