macosx installer: mixed up lazbuilder make target and lazbuild executable name

git-svn-id: trunk@9889 -
This commit is contained in:
vincents 2006-09-13 20:49:47 +00:00
parent da9e9ee9af
commit 2ca7b335bb
2 changed files with 2 additions and 2 deletions

View File

@ -388,7 +388,7 @@
<key>GID</key> <key>GID</key>
<integer>0</integer> <integer>0</integer>
<key>Path</key> <key>Path</key>
<string>./bin/lazbuilder</string> <string>./bin/lazbuild</string>
<key>Path Type</key> <key>Path Type</key>
<integer>2</integer> <integer>2</integer>
<key>Privileges</key> <key>Privileges</key>

View File

@ -64,7 +64,7 @@ make lazbuilder PP=$COMPILER
make lcl LCL_PLATFORM=carbon PP=$COMPILER make lcl LCL_PLATFORM=carbon PP=$COMPILER
strip lazarus strip lazarus
strip startlazarus strip startlazarus
strip lazbuilder strip lazbuild
# create symlinks # create symlinks
mkdir -p $BUILDDIR/bin mkdir -p $BUILDDIR/bin