diff install-octave.in @ 3177:d81db29f8b2b

[project @ 1998-05-28 15:23:50 by jwe]
author jwe
date Thu, 28 May 1998 15:23:51 +0000
parents fccab8e7d35f
children d0d2b69dc6c2
line wrap: on
line diff
--- a/install-octave.in
+++ b/install-octave.in
@@ -248,8 +248,8 @@
     cp $f $octfiledir/$file
     chmod 755 $octfiledir/$file
   done
-  if test -f links-to-make; then
-    cat links-to-make | while read src dest
+  if test -f src/links-to-make; then
+    cat src/links-to-make | while read src dest
     do
       if test -n "$src" && test -n "$dest"; then
 	cd $octfiledir