]> git.etc.gen.nz Git - spong.git/commitdiff
added chmod 0755 command for all directories in /lib/Spong directory
authorStephen L Johnson <sjohnson@monsters.org>
Fri, 3 Mar 2000 03:20:10 +0000 (03:20 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Fri, 3 Mar 2000 03:20:10 +0000 (03:20 +0000)
build

diff --git a/build b/build
index 8c89355bc9f525b72d378962e83c216b1f3cab0e..30b1324bc46be24137856719b4ba702f9562282a 100755 (executable)
--- 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 )  {