]> git.etc.gen.nz Git - spong.git/commitdiff
added chmod 0755 for directories in /lib/Spong
authorStephen L Johnson <sjohnson@monsters.org>
Mon, 6 Mar 2000 00:56:29 +0000 (00:56 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Mon, 6 Mar 2000 00:56:29 +0000 (00:56 +0000)
build

diff --git a/build b/build
index c1a8abdca53d1fb1b1d00ad7dc3ddc33590c7cae..d6f37d47557c37519e7babceb4376acd188e3389 100755 (executable)
--- a/build
+++ b/build
@@ -99,7 +99,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( "chmod 755 ./lib/Spong/Client ./lib/Spong/Message ./lib/Spong/Network");
 
       
    ssystem( "mkdir ./cgi-bin" ) if ! -d "./cgi-bin";