Mercurial > hg > octave-nkf
comparison install-octave.in @ 3845:d68c34dc9c25
[project @ 2001-07-26 02:11:05 by jwe]
author | jwe |
---|---|
date | Thu, 26 Jul 2001 02:11:05 +0000 |
parents | 9c68cfa263eb |
children | 56db014d8980 |
comparison
equal
deleted
inserted
replaced
3844:87f85453b6b7 | 3845:d68c34dc9c25 |
---|---|
214 ./mkinstalldirs $DIRS_TO_MAKE | 214 ./mkinstalldirs $DIRS_TO_MAKE |
215 | 215 |
216 echo "installing octave-bug as $bindir/octave-bug" | 216 echo "installing octave-bug as $bindir/octave-bug" |
217 cp octave-bug $bindir/octave-bug | 217 cp octave-bug $bindir/octave-bug |
218 chmod 755 $bindir/octave-bug | 218 chmod 755 $bindir/octave-bug |
219 | |
220 echo "installing octave-config as $bindir/octave-config" | |
221 cp octave-config $bindir/octave-config | |
222 chmod 755 $bindir/octave-config | |
219 | 223 |
220 if test -f LIBRARIES; then | 224 if test -f LIBRARIES; then |
221 echo "installing shared libraries in $octlibdir" | 225 echo "installing shared libraries in $octlibdir" |
222 for f in `cat LIBRARIES` | 226 for f in `cat LIBRARIES` |
223 do | 227 do |