Explorar el Código

* really fixed the symlink bug

peter hace 26 años
padre
commit
a23e03310e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 ...