mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +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
|
ln -s /Applications/ "${VOLUME}"/Applications
|
||||||
test -d "${DocumentationDir}" && ditto --hfsCompression "${DocumentationDir}" "${VOLUME}"
|
test -d "${DocumentationDir}" && ditto --hfsCompression "${DocumentationDir}" "${VOLUME}"
|
||||||
set_bundle_display_options "${VOLUME}" ${BG_W} ${BG_H}
|
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"
|
mv "${VOLUME}/Pictures" "${VOLUME}/.Pictures"
|
||||||
|
|
||||||
# Unmount the disk image
|
# Unmount the disk image
|
||||||
|
Loading…
Reference in New Issue
Block a user