comparison doinstall.sh @ 379:80b85cc1c082

[project @ 1994-03-08 05:34:38 by jwe]
author jwe
date Tue, 08 Mar 1994 05:34:38 +0000
parents 9c27e323492f
children 433ab56e62cd
comparison
equal deleted inserted replaced
378:e04b38065c55 379:80b85cc1c082
47 if test -d $d ; then 47 if test -d $d ; then
48 true 48 true
49 else 49 else
50 echo "making $d" 50 echo "making $d"
51 ./mkpath $d 51 ./mkpath $d
52 chmod 755 $d
52 fi 53 fi
53 done 54 done
55 chmod 755 $prefix/lib
56 chmod 755 $prefix/lib/octave
54 57
55 if test "$prefix" = /usr/local ; then 58 if test "$prefix" = /usr/local ; then
56 echo "installing ./octave as $bindir/octave" 59 echo "installing ./octave as $bindir/octave"
57 cp ./octave $bindir/octave 60 cp ./octave $bindir/octave
58 chmod 755 $bindir/octave 61 chmod 755 $bindir/octave