summaryrefslogtreecommitdiffstats
path: root/system/firetools
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-06-04 08:41:59 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-06-06 07:56:30 +0700
commit383bd91e2e61ff1b918d321d00a7fdc21bbe9115 (patch)
treea178240fedf3fb816a8554be9416be33b82d30a0 /system/firetools
parentaac08fdecb8a21785436b0b15224c3b10115f2ca (diff)
downloadslackbuilds-383bd91e2e61ff1b918d321d00a7fdc21bbe9115.tar.gz
slackbuilds-383bd91e2e61ff1b918d321d00a7fdc21bbe9115.tar.xz
system/firetools: Fix library path on x86_64.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/firetools')
-rw-r--r--system/firetools/firetools.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/firetools/firetools.SlackBuild b/system/firetools/firetools.SlackBuild
index ec5a3dce9c..3c066cd7f0 100644
--- a/system/firetools/firetools.SlackBuild
+++ b/system/firetools/firetools.SlackBuild
@@ -81,6 +81,7 @@ CXXFLAGS="$SLKCFLAGS" \
--build=$ARCH-slackware-linux
sed -i "s|share/man|man|g" Makefile
+sed -i "s|lib/|lib${LIBDIRSUFFIX}/|g" Makefile
make
make install DESTDIR=$PKG