summaryrefslogtreecommitdiffstats
path: root/ecofont
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2008-11-29 13:14:01 +0000
committer Eric Hameleers <alien@slackware.com>2008-11-29 13:14:01 +0000
commitc1fee086308fbe262704e1d60ff86ee7bf3eba0a (patch)
tree6efef6aa0507fcd600b1543e7fa0ab96a9d44941 /ecofont
parentded575742c79a479eabf59ae033163c0043c338f (diff)
downloadasb-c1fee086308fbe262704e1d60ff86ee7bf3eba0a.tar.gz
asb-c1fee086308fbe262704e1d60ff86ee7bf3eba0a.tar.xz
Get rid of final ``
Diffstat (limited to 'ecofont')
-rwxr-xr-xecofont/build/ecofont.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecofont/build/ecofont.SlackBuild b/ecofont/build/ecofont.SlackBuild
index b5c36053..c1c57ed7 100755
--- a/ecofont/build/ecofont.SlackBuild
+++ b/ecofont/build/ecofont.SlackBuild
@@ -111,7 +111,7 @@ echo "++"
# Font directory location depends on the X build prefix:
# Determine what X we're running (the modular X returns the prefix
# in the next command, while older versions stay silent):
-XPREF=`pkg-config --variable=prefix x11` || true
+XPREF=$(pkg-config --variable=prefix x11) || true
if [ "$XPREF" == "" ]; then
XPREF='/usr/X11R6'
FONTDIR="$XPREF/lib/X11/fonts/TTF"