diff options
Diffstat (limited to 'system/firetools')
-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 |