mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 01:16:18 +02:00
fixed symlink to the ppc executable
git-svn-id: trunk@9378 -
This commit is contained in:
parent
ceace70fe8
commit
03bbd90cae
@ -59,7 +59,7 @@ make install PP=$COMPILER INSTALL_PREFIX=$INSTALLDIR
|
||||
# create symlink using relative paths, make symlinkinstall uses absolute path,
|
||||
# which then ends up as link to the temporary build path
|
||||
# on the user's machine after installation
|
||||
ln -sf ../lib/fpc/$FPCVERSION/ppcppc $INSTALLDIR/bin/$PPCARCH
|
||||
ln -sf ../lib/fpc/$FPCVERSION/$PPCARCH $INSTALLDIR/bin/$PPCARCH
|
||||
|
||||
# install for use by lazarus
|
||||
cd fpcsrc
|
||||
|
Loading…
Reference in New Issue
Block a user