mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
use path to developer tools for SetFile utility as fallback
This commit is contained in:
parent
1e34871d38
commit
38ba0ea240
@ -1030,7 +1030,7 @@ make_dmg() {
|
||||
ln -s /Applications/ "${VOLUME}"/Applications
|
||||
test -d "${DocumentationDir}" && ditto --hfsCompression "${DocumentationDir}" "${VOLUME}"
|
||||
set_bundle_display_options "${VOLUME}" ${BG_W} ${BG_H}
|
||||
${XCODE_DEVELOPER}/Tools/SetFile -a C "${VOLUME}"
|
||||
PATH="${XCODE_DEVELOPER}/Tools:$PATH" SetFile -a C "${VOLUME}"
|
||||
mv "${VOLUME}/Pictures" "${VOLUME}/.Pictures"
|
||||
|
||||
# Unmount the disk image
|
||||
|
Loading…
Reference in New Issue
Block a user