* Binary files are also installed.

This commit is contained in:
michael 1999-06-24 21:59:09 +00:00
parent e2762599f0
commit c1f28473c2

View File

@ -77,6 +77,7 @@ LIBDIR=/usr/lib/fpc/$VERSION
SRCDIR=/usr/src/fpc-$VERSION
DOCDIR=/usr/doc/fpc-$VERSION
DEMODIR=$DOCDIR/demo
UTILDIR=/usr/local/bin
HERE=`pwd`
if checkpath /usr/local/bin; then
@ -109,6 +110,16 @@ ln -sf $LIBDIR/ppc386 $EXECDIR/ppc386
echo Done.
echo
# Install the utilities. Optional.
if yesno "Install utility binaries"; then
ask "Install utility binaries in" UTILDIR
echo Installing utility binaries in $UTILDIR ...
makedirhierarch $UTILDIR
unztar bins.tar.gz $UTILDIR
echo Done.
fi
echo
# Install the sources. Optional.
if yesno "Install sources"; then
ask "Install sources in" SRCDIR