mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 11:59:28 +02:00
mac os x installer: disallow relocating the package, fixes issue #12189
git-svn-id: trunk@16699 -
This commit is contained in:
parent
4e8be8cfab
commit
95915ed26c
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//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>
|
||||||
@ -771,7 +771,7 @@
|
|||||||
<key>IFPkgFlagOverwritePermissions</key>
|
<key>IFPkgFlagOverwritePermissions</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>IFPkgFlagRelocatable</key>
|
<key>IFPkgFlagRelocatable</key>
|
||||||
<true/>
|
<false/>
|
||||||
<key>IFPkgFlagRestartAction</key>
|
<key>IFPkgFlagRestartAction</key>
|
||||||
<integer>0</integer>
|
<integer>0</integer>
|
||||||
<key>IFPkgFlagRootVolumeOnly</key>
|
<key>IFPkgFlagRootVolumeOnly</key>
|
||||||
|
Loading…
Reference in New Issue
Block a user