From 03bbd90caed7a904655413b4ef0b5a74dab04c3d Mon Sep 17 00:00:00 2001 From: vincents Date: Wed, 31 May 2006 18:56:49 +0000 Subject: [PATCH] fixed symlink to the ppc executable git-svn-id: trunk@9378 - --- tools/install/macosx/makefpcsnapshot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install/macosx/makefpcsnapshot.sh b/tools/install/macosx/makefpcsnapshot.sh index 04a4b3e99a..900b400b37 100755 --- a/tools/install/macosx/makefpcsnapshot.sh +++ b/tools/install/macosx/makefpcsnapshot.sh @@ -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