Mercurial > hg > octave-lyh
comparison install-octave @ 3077:bb05bfa835c9
[project @ 1997-08-03 20:36:49 by jwe]
author | jwe |
---|---|
date | Sun, 03 Aug 1997 20:36:50 +0000 |
parents | 6d0a6fc92f06 |
children | 292ff0bf484b |
comparison
equal
deleted
inserted
replaced
3076:440a0e1b8c66 | 3077:bb05bfa835c9 |
---|---|
207 fi | 207 fi |
208 | 208 |
209 echo "installing octave-bug as $bindir/octave-bug" | 209 echo "installing octave-bug as $bindir/octave-bug" |
210 cp octave-bug $bindir/octave-bug | 210 cp octave-bug $bindir/octave-bug |
211 chmod 755 $bindir/octave-bug | 211 chmod 755 $bindir/octave-bug |
212 | |
213 echo "installing info as $archlibdir/info" | |
214 cp info/info $archlibdir/info | |
215 chmod 755 $archlibdir/info | |
216 | 212 |
217 if test -f LIBRARIES; then | 213 if test -f LIBRARIES; then |
218 echo "installing shared libraries in $libdir" | 214 echo "installing shared libraries in $libdir" |
219 for f in `cat LIBRARIES` | 215 for f in `cat LIBRARIES` |
220 do | 216 do |