From ee5b6cc0b5b646fd4bc3a5c58cf606f729fc7a05 Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Sun, 29 Mar 2020 18:56:53 +0200 Subject: [PATCH] use path to developer tools for SetFile utility as fallback (cherry picked from commit 38ba0ea240375ad945c177ed2433875ad7ea2e30) --- development/LyX-Mac-binary-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/LyX-Mac-binary-release.sh b/development/LyX-Mac-binary-release.sh index 8aaa74b75c..023b272cc0 100644 --- a/development/LyX-Mac-binary-release.sh +++ b/development/LyX-Mac-binary-release.sh @@ -1026,7 +1026,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 -- 2.39.5