mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 23:42:34 +02:00
* fixed typo
* remove bin/ppc386 before link is created
This commit is contained in:
parent
25d1a349f0
commit
2ef6c4253b
@ -103,6 +103,7 @@ echo Unpacking ...
|
|||||||
tar xf binary.tar
|
tar xf binary.tar
|
||||||
echo Installing compiler and RTL ...
|
echo Installing compiler and RTL ...
|
||||||
unztar baselinux.tar.gz $PREFIX
|
unztar baselinux.tar.gz $PREFIX
|
||||||
|
rm -f $EXECDIR/ppc386
|
||||||
ln -sf $LIBDIR/ppc386 $EXECDIR/ppc386
|
ln -sf $LIBDIR/ppc386 $EXECDIR/ppc386
|
||||||
if yesno "Install FCL"; then
|
if yesno "Install FCL"; then
|
||||||
unztar unitsfcllinux.tar.gz $PREFIX
|
unztar unitsfcllinux.tar.gz $PREFIX
|
||||||
@ -132,7 +133,7 @@ echo
|
|||||||
# Install the sources. Optional.
|
# Install the sources. Optional.
|
||||||
if yesno "Install sources"; then
|
if yesno "Install sources"; then
|
||||||
echo Unpacking ...
|
echo Unpacking ...
|
||||||
tar xf source.tar
|
tar xf sources.tar
|
||||||
echo Installing sources in $SRCDIR ...
|
echo Installing sources in $SRCDIR ...
|
||||||
unztar basesrc.tar.gz $PREFIX
|
unztar basesrc.tar.gz $PREFIX
|
||||||
if yesno "Install compiler source"; then
|
if yesno "Install compiler source"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user