X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=INSTALL.sh;h=6ed3fa7582c7b98edb8b21b2d1b7ba9e2dd095e4;hb=f341c32413c83788cf6cf23fe911c401c2f9adad;hp=aae8e21c12e1b790d867bcb7e4ff50bea2df5481;hpb=8bd0ea95b1b1df4fbb7e9cd0b599ec6869c87f0e;p=brisk.git diff --git a/INSTALL.sh b/INSTALL.sh index aae8e21..6ed3fa7 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -328,7 +328,7 @@ for i in $(find web -type d | sed 's/^....//g'); do install -d ${web_path}__/$i done -for i in $(find web -name '.htaccess' -o -name '*.php' -o -name '*.phh' -o -name '*.pho' -o -name '*.css' -o -name '*.js' -o -name '*.mp3' -o -name '*.swf' -o -name 'terms-of-service*.txt' | sed 's/^....//g'); do +for i in $(find web -name '.htaccess' -o -name '*.php' -o -name '*.phh' -o -name '*.pho' -o -name '*.css' -o -name '*.js' -o -name '*.mp3' -o -name '*.swf' -o -name 'terms-of-service*' | sed 's/^....//g'); do install -m 644 "web/$i" "${web_path}__/$i" done chmod 755 "${web_path}__/spush/brisk-spush.php"