mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 05:45:59 +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
|
SRCDIR=/usr/src/fpc-$VERSION
|
||||||
DOCDIR=/usr/doc/fpc-$VERSION
|
DOCDIR=/usr/doc/fpc-$VERSION
|
||||||
DEMODIR=$DOCDIR/demo
|
DEMODIR=$DOCDIR/demo
|
||||||
|
UTILDIR=/usr/local/bin
|
||||||
|
|
||||||
HERE=`pwd`
|
HERE=`pwd`
|
||||||
if checkpath /usr/local/bin; then
|
if checkpath /usr/local/bin; then
|
||||||
@ -109,6 +110,16 @@ ln -sf $LIBDIR/ppc386 $EXECDIR/ppc386
|
|||||||
echo Done.
|
echo Done.
|
||||||
echo
|
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.
|
# Install the sources. Optional.
|
||||||
if yesno "Install sources"; then
|
if yesno "Install sources"; then
|
||||||
ask "Install sources in" SRCDIR
|
ask "Install sources in" SRCDIR
|
||||||
|
Loading…
Reference in New Issue
Block a user