summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2022-05-07 08:12:34 +1200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-05-07 13:59:26 +0700
commitf60e470bf95558d991778f78dcacb246e18abdcd (patch)
treeba0d610b87a7c0c726897b7d4e5760eb80c54918
parent1a18ceeeea100d1f702832fecad77807df1603dc (diff)
downloadslackbuilds-f60e470bf95558d991778f78dcacb246e18abdcd.tar.gz
slackbuilds-f60e470bf95558d991778f78dcacb246e18abdcd.tar.xz
system/swtpm: Fix 32bit build.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/swtpm/swtpm.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/swtpm/swtpm.SlackBuild b/system/swtpm/swtpm.SlackBuild
index 8159d041a2..57cd06ae9c 100644
--- a/system/swtpm/swtpm.SlackBuild
+++ b/system/swtpm/swtpm.SlackBuild
@@ -90,7 +90,7 @@ CXXFLAGS="$SLKCFLAGS" \
--with-selinux=no
make
make install-strip DESTDIR=$PKG
-find $PKG/usr/lib64 -type f -name *\.la -delete
+find $PKG/usr/lib${LIBDIRSUFFIX} -type f -name *\.la -delete
gzip -9 $PKG/usr/man/man*/*