commit 6b48c45c5447f4851311e6012ba60effc5edb43a
Author: Stephan Witt <[email protected]>
Date: Thu Feb 6 22:15:08 2020 +0100
Enhanced version string extraction for 3rd party libraries.
---
development/LyX-Mac-binary-release.sh | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/development/LyX-Mac-binary-release.sh
b/development/LyX-Mac-binary-release.sh
index 92fbb19..63bd3ab 100644
--- a/development/LyX-Mac-binary-release.sh
+++ b/development/LyX-Mac-binary-release.sh
@@ -438,7 +438,7 @@ if [ -d "${LibMagicSourceDir}" -a ! -f
"${LibMagicInstallHdr}" ]; then
# we have a private libmagic (file(1)) source tree at hand...
# so let's build and install it
if [ -z "${LibMagicVersion}" ]; then
- LibMagicVersion=$(grep AC_INIT
"${LibMagicSourceDir}"/configure.ac | cut -d, -f2|tr -d " ()")
+ LibMagicVersion=$(grep AC_INIT
"${LibMagicSourceDir}"/configure.ac | cut -d, -f2|tr -d " []()")
fi
LibMagicName="LibMagic"
@@ -499,7 +499,7 @@ if [ -d "${HunSpellSourceDir}" -a ! -f
"${HunSpellInstallHdr}" ]; then
# we have a private HunSpell source tree at hand...
# so let's build and install it
if [ -z "${HunSpellVersion}" ]; then
- HunSpellVersion=$(grep AC_INIT
"${HunSpellSourceDir}"/configure.ac | cut -d, -f2|tr -d " ()")
+ HunSpellVersion=$(grep AC_INIT
"${HunSpellSourceDir}"/configure.ac | cut -d, -f2|tr -d " []()")
fi
HunSpellName="Hunspell"
@@ -561,7 +561,7 @@ if [ -d "${ASpellSourceDir}" -a ! -f "${ASpellInstallHdr}"
-a "yes" = "${aspell_
# we have a private ASpell source tree at hand...
# so let's build and install it
if [ -z "${ASpellVersion}" ]; then
- ASpellVersion=$(grep AC_INIT "${ASpellSourceDir}"/configure.ac
| cut -d, -f2|tr -d " ()")
+ ASpellVersion=$(grep AC_INIT "${ASpellSourceDir}"/configure.ac
| cut -d, -f2|tr -d " []()")
fi
ASpellName="Aspell"
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs