Commit 503530f2 authored by unknown's avatar unknown Committed by Timothy

make_binary_distribution.sh: fix path for installing the MALLOC_LIB (to $DEST/lib)

parent 662154b6
...@@ -298,7 +298,7 @@ if [ x"$BASE_SYSTEM" != x"netware" ] ; then ...@@ -298,7 +298,7 @@ if [ x"$BASE_SYSTEM" != x"netware" ] ; then
# If requested, add a malloc library .so into pkglibdir for use # If requested, add a malloc library .so into pkglibdir for use
# by mysqld_safe # by mysqld_safe
if [ -n "$MALLOC_LIB" ]; then if [ -n "$MALLOC_LIB" ]; then
cp "$MALLOC_LIB" '@pkglibdir@' cp "$MALLOC_LIB" "$DEST/lib/"
fi fi
# FIXME let this script be in "bin/", where it is in the RPMs? # FIXME let this script be in "bin/", where it is in the RPMs?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment