changeset 379:80b85cc1c082

[project @ 1994-03-08 05:34:38 by jwe]
author jwe
date Tue, 08 Mar 1994 05:34:38 +0000
parents e04b38065c55
children 568caeb70630
files doinstall.sh
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doinstall.sh	Thu Mar 03 20:41:41 1994 +0000
+++ b/doinstall.sh	Tue Mar 08 05:34:38 1994 +0000
@@ -49,8 +49,11 @@
   else
     echo "making $d"
     ./mkpath $d
+    chmod 755 $d
   fi
 done
+chmod 755 $prefix/lib
+chmod 755 $prefix/lib/octave
 
 if test "$prefix" = /usr/local ; then
   echo "installing ./octave as $bindir/octave"