From: Stephen L Johnson Date: Fri, 3 Mar 2000 03:20:10 +0000 (+0000) Subject: added chmod 0755 command for all directories in /lib/Spong directory X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7a14d318e06f480a7b6a61a25e549253ec0296c;p=spong.git added chmod 0755 command for all directories in /lib/Spong directory --- diff --git a/build b/build index 8c89355..30b1324 100755 --- a/build +++ b/build @@ -95,6 +95,7 @@ sub build { # &replace( "./src/lib/Spong/$file.pm", "./lib/Spong/$file.pm" ); } ssystem( "cp -rp ./src/lib/Spong/* ./lib/Spong/"); ssystem( "chmod 644 ./lib/Spong/*" ); + ssystem( "chmod 755 ./lib/Spong/Client ./lib/Spong/Message ./lib/Spong/Network); ssystem( "mkdir ./cgi-bin" ) if ! -d "./cgi-bin"; foreach $file ( @cgibin ) {