make_binary_distribution.sh: fix path for installing the MALLOC_LIB (to $DEST/lib)
This commit is contained in:
parent
662154b6fe
commit
503530f273
@ -298,7 +298,7 @@ if [ x"$BASE_SYSTEM" != x"netware" ] ; then
|
||||
# If requested, add a malloc library .so into pkglibdir for use
|
||||
# by mysqld_safe
|
||||
if [ -n "$MALLOC_LIB" ]; then
|
||||
cp "$MALLOC_LIB" '@pkglibdir@'
|
||||
cp "$MALLOC_LIB" "$DEST/lib/"
|
||||
fi
|
||||
|
||||
# FIXME let this script be in "bin/", where it is in the RPMs?
|
||||
|
Loading…
x
Reference in New Issue
Block a user