From 08eacd6dee0dca4d41a60897dbd67be8b5fec3ee 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 --- 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 acde8c1028..6c82f79d0e 100644 --- a/development/LyX-Mac-binary-release.sh +++ b/development/LyX-Mac-binary-release.sh @@ -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 -- 2.39.5