munki: rename "/usr/local/munki/python" symlink to "munki-python" (#997)

Avoid masking the system /usr/bin/python by calling our symlink
"munki-python" instead of "python".

Closes #996
This commit is contained in:
David Aguilar
2020-07-07 13:58:34 -07:00
committed by GitHub
parent 361b18bcc5
commit 3bb91cabca
17 changed files with 19 additions and 19 deletions
@@ -5,6 +5,6 @@
<key>IFPkgDescriptionTitle</key>
<string>System Python link</string>
<key>IFPkgDescriptionDescription</key>
<string>Creates symlink to system Python at /usr/local/munki/python. Available for install if you choose not to install Munki's embedded Python.</string>
<string>Creates symlink to system Python at /usr/local/munki/munki-python. Available for install if you choose not to install Munki's embedded Python.</string>
</dict>
</plist>