mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 13:52:38 +02:00
Mac OS X installer: fixed location of startlazarus (issue #12146)
git-svn-id: trunk@20438 -
This commit is contained in:
parent
7a0277395a
commit
3c98c1b0ae
@ -145,12 +145,9 @@ cd $ROOTDIR/usr/local/bin
|
||||
ln -s /Developer/lazarus/lazbuild lazbuild
|
||||
cp $TEMPLATEDIR/uninstall.sh $ROOTDIR/Developer/lazarus/
|
||||
|
||||
# create /Applications/Lazarus.app for startlazarus
|
||||
# create /Applications/Lazarus.app alias
|
||||
mkdir -p $ROOTDIR/Applications
|
||||
cp -R $LAZBUILDDIR/lazarus.app $ROOTDIR/Applications/Lazarus.app
|
||||
cd $ROOTDIR/Applications/Lazarus.app/Contents/MacOS/
|
||||
rm -f lazarus startlazarus
|
||||
ln -s /Developer/lazarus/startlazarus lazarus
|
||||
ln -s /Developer/lazarus/lazarus.app $ROOTDIR/Applications/Lazarus.app
|
||||
|
||||
# fix permissions
|
||||
# everyone can read, group can write
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Hierarchy</key>
|
||||
@ -75,9 +75,9 @@
|
||||
<key>GID</key>
|
||||
<integer>80</integer>
|
||||
<key>Path</key>
|
||||
<string>Root/Applications/lazarus.app</string>
|
||||
<string>Root/Applications/Lazarus.app</string>
|
||||
<key>Path Type</key>
|
||||
<integer>2</integer>
|
||||
<integer>1</integer>
|
||||
<key>Privileges</key>
|
||||
<integer>493</integer>
|
||||
<key>Type</key>
|
||||
|
Loading…
Reference in New Issue
Block a user