Browse Source

* fixed typo
* remove bin/ppc386 before link is created

peter 25 years ago
parent
commit
2ef6c4253b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      install/install.sh

+ 2 - 1
install/install.sh

@@ -103,6 +103,7 @@ echo Unpacking ...
 tar xf binary.tar
 echo Installing compiler and RTL ...
 unztar baselinux.tar.gz $PREFIX
+rm -f $EXECDIR/ppc386
 ln -sf $LIBDIR/ppc386 $EXECDIR/ppc386
 if yesno "Install FCL"; then
     unztar unitsfcllinux.tar.gz $PREFIX
@@ -132,7 +133,7 @@ echo
 # Install the sources. Optional.
 if yesno "Install sources"; then
   echo Unpacking ...
-  tar xf source.tar
+  tar xf sources.tar
   echo Installing sources in $SRCDIR ...
   unztar basesrc.tar.gz $PREFIX
   if yesno "Install compiler source"; then