Commit 92485639 authored by timothy.smith@sun.com's avatar timothy.smith@sun.com Committed by Timothy

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

parent bac9e9a0
......@@ -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?
......
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