summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-06-04 03:41:59 +0200
committer Willy Sudiarto Raharjo2017-06-06 02:56:30 +0200
commit383bd91e2e61ff1b918d321d00a7fdc21bbe9115 (patch)
treea178240fedf3fb816a8554be9416be33b82d30a0
parentaac08fdecb8a21785436b0b15224c3b10115f2ca (diff)
downloadslackbuilds-383bd91e2e61ff1b918d321d00a7fdc21bbe9115.tar.gz
system/firetools: Fix library path on x86_64.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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