system/memory-editor: Fix 32bit build.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2023-07-30 17:54:09 +09:00 committed by Willy Sudiarto Raharjo
parent 71b86c05be
commit a618920ebf
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 3 additions and 1 deletions

View File

@ -90,7 +90,9 @@ cd build
make install/strip DESTDIR=$PKG
cd ..
if [ -n "${LIBDIRSUFFIX}" ] ; then
mv $PKG/usr/lib $PKG/usr/lib${LIBDIRSUFFIX}
fi
rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la