mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:09:25 +02:00
* Binary files are also installed.
This commit is contained in:
parent
e2762599f0
commit
c1f28473c2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user