From: Stephan Witt Date: Tue, 26 Aug 2014 05:37:59 +0000 (+0200) Subject: Correct LyXUtilitiesDir default assignment location (thanks Patrick) X-Git-Tag: 2.2.0alpha1~1698 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4a04328be2be680991644d56cef56efbb077e01f;p=lyx.git Correct LyXUtilitiesDir default assignment location (thanks Patrick) --- diff --git a/development/LyX-Mac-binary-release.sh b/development/LyX-Mac-binary-release.sh index 4e57931ac0..4fb754740b 100644 --- a/development/LyX-Mac-binary-release.sh +++ b/development/LyX-Mac-binary-release.sh @@ -25,8 +25,6 @@ HunSpellVersion=${HunSpellVersion:-"1.3.2"} HunSpellSource="hunspell-${HunSpellVersion}" HunSpellLibrary="libhunspell-1.3.0.dylib" -LyXUtilitiesDir=${LyXUtilitiesDir:-"${LyxBuildDir}"/utilities} - unset DYLD_LIBRARY_PATH LD_LIBRARY_PATH # Prerequisite: @@ -277,6 +275,8 @@ aspellstrip= LyxBuildDir=${LyxBuildDir:-$(dirname "${LyxSourceDir}")/lyx-build} DMGLocation=${DMGLocation:-"${LyxBuildDir}"} +LyXUtilitiesDir=${LyXUtilitiesDir:-"${LyxBuildDir}"/utilities} + LibMagicSourceDir=${LIBMAGICDIR:-$(dirname "${LyxSourceDir}")/${LibMagicSource}} LibMagicBuildDir="${LyxBuildDir}"/"${LibMagicSource}" LibMagicInstallDir=${LibMagicInstallDir:-"${LyXUtilitiesDir}"}