aboutsummaryrefslogtreecommitdiff
path: root/system/swtpm
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2022-05-07 08:12:34 +1200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-05-07 13:59:26 +0700
commitf60e470bf95558d991778f78dcacb246e18abdcd (patch)
treeba0d610b87a7c0c726897b7d4e5760eb80c54918 /system/swtpm
parent1a18ceeeea100d1f702832fecad77807df1603dc (diff)
system/swtpm: Fix 32bit build.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/swtpm')
-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 8159d041a2749..57cd06ae9c749 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*/*