mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 10:45:08 +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
|
||||
echo Installing compiler and RTL ...
|
||||
unztar baselinux.tar.gz $PREFIX
|
||||
rm -f $EXECDIR/ppc386
|
||||
ln -sf $LIBDIR/ppc386 $EXECDIR/ppc386
|
||||
if yesno "Install FCL"; then
|
||||
unztar unitsfcllinux.tar.gz $PREFIX
|
||||
@ -132,7 +133,7 @@ echo
|
||||
# Install the sources. Optional.
|
||||
if yesno "Install sources"; then
|
||||
echo Unpacking ...
|
||||
tar xf source.tar
|
||||
tar xf sources.tar
|
||||
echo Installing sources in $SRCDIR ...
|
||||
unztar basesrc.tar.gz $PREFIX
|
||||
if yesno "Install compiler source"; then
|
||||
|
Loading…
Reference in New Issue
Block a user