diff options
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 |
commit | 383bd91e2e61ff1b918d321d00a7fdc21bbe9115 (patch) | |
tree | a178240fedf3fb816a8554be9416be33b82d30a0 | |
parent | aac08fdecb8a21785436b0b15224c3b10115f2ca (diff) | |
download | slackbuilds-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.SlackBuild | 1 |
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 |