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:
parent
71b86c05be
commit
a618920ebf
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue