summaryrefslogtreecommitdiffstats
path: root/system/memory-editor
diff options
context:
space:
mode:
author Andrew Clemons2023-07-30 10:54:09 +0200
committer Willy Sudiarto Raharjo2023-08-05 05:08:47 +0200
commita618920ebfad48393fcba047ad0a0364d72a056b (patch)
tree42922069daf5673ce0a40a88604726889ef9f2d3 /system/memory-editor
parent71b86c05be5a9c7a6b253fc9ad9370dfef3b7bcf (diff)
downloadslackbuilds-a618920ebfad48393fcba047ad0a0364d72a056b.tar.gz
system/memory-editor: 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/memory-editor')
-rw-r--r--system/memory-editor/memory-editor.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/memory-editor/memory-editor.SlackBuild b/system/memory-editor/memory-editor.SlackBuild
index aa83d629de..fd79cc5079 100644
--- a/system/memory-editor/memory-editor.SlackBuild
+++ b/system/memory-editor/memory-editor.SlackBuild
@@ -90,7 +90,9 @@ cd build
make install/strip DESTDIR=$PKG
cd ..
-mv $PKG/usr/lib $PKG/usr/lib${LIBDIRSUFFIX}
+if [ -n "${LIBDIRSUFFIX}" ] ; then
+ mv $PKG/usr/lib $PKG/usr/lib${LIBDIRSUFFIX}
+fi
rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la