mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
cd74c15930
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
12 lines
427 B
Diff
12 lines
427 B
Diff
diff --git a/configure b/configure
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -9810,7 +9810,7 @@
|
|
|
|
if test -z "$_ver"; then
|
|
## If empty, try date [fontforge]
|
|
- eval _ver=\"\`("$exe" --version || "$exe" -V) 2>&1 | grep '[0-9]\{6,8\}' \
|
|
+ eval _ver=\"\`("$exe" --version || "$exe" -V) 2>&1 | grep 'libfontforge [0-9]\{6,8\}' \
|
|
| head -n 1 \
|
|
| sed -e 's/^[^.0-9]*//' -e 's/[^.0-9]*$//'\`\"
|
|
fi
|