Browse Source

* really fixed the symlink bug

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

+ 1 - 1
install/install.sh

@@ -96,7 +96,7 @@ LIBDIR=$PREFIX/lib/fpc/$VERSION
 SRCDIR=$PREFIX/src/fpc-$VERSION
 DOCDIR=$PREFIX/doc/fpc-$VERSION
 DEMODIR=$DOCDIR/examples
-UTILDIR=$PREFIX/bin
+EXECDIR=$PREFIX/bin
 
 # Install compiler/RTL. Mandatory.
 echo Unpacking ...