From 648d3cedbc09eb027d9cdbd9911300e206bf8bae Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 28 Nov 2007 17:32:28 +0100 Subject: [PATCH] fix make distcheck in a different way scripts/mysql_install_db.sh: apply different patch for make distcheck failure --- scripts/mysql_install_db.sh | 49 ++++++++++++++++++++++--------------- 1 file changed, 29 insertions(+), 20 deletions(-) diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index 5fbbebed195..b1d5ad7a0d0 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -19,6 +19,7 @@ # All unrecognized arguments to this script are passed to mysqld. basedir="" +builddir="" ldata="@localstatedir@" srcdir="" @@ -37,6 +38,9 @@ usage() cat <