mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 11:48:34 +02:00
* IDE installation fixed
This commit is contained in:
parent
207e67cc4d
commit
961bcf35ed
@ -7,7 +7,7 @@
|
||||
# Everything can be set when the script is run.
|
||||
#
|
||||
|
||||
# Release Version 1.9.8 will be replaced by makepack
|
||||
# Release Version will be replaced by makepack
|
||||
VERSION=%version%
|
||||
|
||||
# some useful functions
|
||||
@ -148,8 +148,6 @@ installbinary ()
|
||||
if [ "$ide" = "${CROSSPREFIX}ide.$1.tar.gz" ]; then
|
||||
if yesno "Install Textmode IDE"; then
|
||||
unztarfromtar $BINARYTAR ${CROSSPREFIX}ide.$1.tar.gz $PREFIX
|
||||
rm -f $EXECDIR/fp
|
||||
ln -sf $LIBDIR/fp $EXECDIR/fp
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user