changeset 816:522bbd75dce3

[project @ 1994-10-15 00:59:22 by jwe]
author jwe
date Sat, 15 Oct 1994 00:59:22 +0000
parents f2fcdc711b5f
children eedd566a1e37
files doinstall.sh
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doinstall.sh	Sat Oct 15 00:39:35 1994 +0000
+++ b/doinstall.sh	Sat Oct 15 00:59:22 1994 +0000
@@ -136,7 +136,7 @@
 if test "$prefix" = /usr/local
 then
   echo "installing ./octave as $bindir/octave"
-  cp ./octave $bindir/octave
+  cp octave $bindir/octave
   chmod 755 $bindir/octave
 else
   echo "installing octave.sh as $bindir/octave"
@@ -145,10 +145,14 @@
   chmod 755 $bindir/octave
 
   echo "installing ./octave as $bindir/octave.bin"
-  cp ./octave $bindir/octave.bin
+  cp octave $bindir/octave.bin
   chmod 755 $bindir/octave.bin
 fi
 
+echo "installing octave-bug as $bindir/octave-bug"
+cp octave-bug $bindir/octave-bug
+chmod 755 $bindir/octave-bug
+
 echo "installing function files in $fcnfiledir"
 ( cd scripts
   ../mkinstalldirs `find . -type d | sed -e 's,^\./,,' -e "s,^,$fcnfiledir/,"`