diff options
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 |
commit | f60e470bf95558d991778f78dcacb246e18abdcd (patch) | |
tree | ba0d610b87a7c0c726897b7d4e5760eb80c54918 /system/swtpm | |
parent | 1a18ceeeea100d1f702832fecad77807df1603dc (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.SlackBuild | 2 |
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*/* |