aboutsummaryrefslogtreecommitdiff
path: root/gis/mapnik/mapnik.SlackBuild
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-07-15 03:45:11 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-07-20 08:09:05 +0700
commitf056014b6caa93bf1db61fb924887bd72557357a (patch)
treeb814560ba127971b59467fde4e81d2c5317ad459 /gis/mapnik/mapnik.SlackBuild
parentbefc5a27f0cdf1be7f874dc3cb459a10a78159d7 (diff)
gis/mapnik: Replaced backtick cmdsub.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/mapnik/mapnik.SlackBuild')
-rw-r--r--gis/mapnik/mapnik.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/gis/mapnik/mapnik.SlackBuild b/gis/mapnik/mapnik.SlackBuild
index ce36a0ea4e6b..45b081b4f36e 100644
--- a/gis/mapnik/mapnik.SlackBuild
+++ b/gis/mapnik/mapnik.SlackBuild
@@ -77,7 +77,7 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
# support build with current
-if [[ `icu-config --version` =~ ^61 ]] ; then
+if [[ $( icu-config --version ) =~ ^61 ]] ; then
CUSTOM_DEFINES=-DU_USING_ICU_NAMESPACE=1
fi