From 879176f6796038a07b8b4ef068c40e0780dc1578 Mon Sep 17 00:00:00 2001 From: vincents Date: Mon, 29 May 2006 19:15:18 +0000 Subject: [PATCH] explicitly set path to DATA2INC git-svn-id: trunk@9375 - --- 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 2e5c1a9740..04a4b3e99a 100755 --- a/tools/install/macosx/makefpcsnapshot.sh +++ b/tools/install/macosx/makefpcsnapshot.sh @@ -38,7 +38,7 @@ $SVN export $FPCSVNDIR/fpcdocs $FPCBUILDDIR/fpcdocs cd $FPCBUILDDIR make distclean PP=$PPC_RELEASE -make build PP=$PPC_RELEASE +make build PP=$PPC_RELEASE DATA2INC=$FPCBUILDDIR/fpcsrc/utils/data2inc COMPILER=$FPCBUILDDIR/fpcsrc/compiler/$PPCARCH FPCVERSION=`$COMPILER -iV`