From 69ae57ae73b70ccb8e47b69b20b658b53e8601dd Mon Sep 17 00:00:00 2001 From: "df@pippilotta.erinye.com" <> Date: Wed, 28 Nov 2007 17:32:28 +0100 Subject: [PATCH] fix make distcheck in a different way --- 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 <