mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-20 15:08:16 +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
|
ln -s /Developer/lazarus/lazbuild lazbuild
|
||||||
cp $TEMPLATEDIR/uninstall.sh $ROOTDIR/Developer/lazarus/
|
cp $TEMPLATEDIR/uninstall.sh $ROOTDIR/Developer/lazarus/
|
||||||
|
|
||||||
# create /Applications/Lazarus.app for startlazarus
|
# create /Applications/Lazarus.app alias
|
||||||
mkdir -p $ROOTDIR/Applications
|
mkdir -p $ROOTDIR/Applications
|
||||||
cp -R $LAZBUILDDIR/lazarus.app $ROOTDIR/Applications/Lazarus.app
|
ln -s /Developer/lazarus/lazarus.app $ROOTDIR/Applications/Lazarus.app
|
||||||
cd $ROOTDIR/Applications/Lazarus.app/Contents/MacOS/
|
|
||||||
rm -f lazarus startlazarus
|
|
||||||
ln -s /Developer/lazarus/startlazarus lazarus
|
|
||||||
|
|
||||||
# fix permissions
|
# fix permissions
|
||||||
# everyone can read, group can write
|
# everyone can read, group can write
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?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">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>Hierarchy</key>
|
<key>Hierarchy</key>
|
||||||
@ -75,9 +75,9 @@
|
|||||||
<key>GID</key>
|
<key>GID</key>
|
||||||
<integer>80</integer>
|
<integer>80</integer>
|
||||||
<key>Path</key>
|
<key>Path</key>
|
||||||
<string>Root/Applications/lazarus.app</string>
|
<string>Root/Applications/Lazarus.app</string>
|
||||||
<key>Path Type</key>
|
<key>Path Type</key>
|
||||||
<integer>2</integer>
|
<integer>1</integer>
|
||||||
<key>Privileges</key>
|
<key>Privileges</key>
|
||||||
<integer>493</integer>
|
<integer>493</integer>
|
||||||
<key>Type</key>
|
<key>Type</key>
|
||||||
|
Loading…
Reference in New Issue
Block a user