mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
make_binary_distribution.sh: fix path for installing the MALLOC_LIB (to $DEST/lib)
This commit is contained in:
parent
bac9e9a02e
commit
92485639d6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue