From 383bd91e2e61ff1b918d321d00a7fdc21bbe9115 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 4 Jun 2017 08:41:59 +0700 Subject: system/firetools: Fix library path on x86_64. Signed-off-by: Willy Sudiarto Raharjo --- system/firetools/firetools.SlackBuild | 1 + 1 file changed, 1 insertion(+) (limited to 'system/firetools') 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 -- cgit v1.2.3