summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorlenz@kallisto.local <>2004-04-01 17:34:26 +0200
committerlenz@kallisto.local <>2004-04-01 17:34:26 +0200
commitbbbb3f6540b59414cd893973e7ab27f9b09f789c (patch)
tree2f429295a94ae9b6b953d8b20844d55c8a31ad1f /scripts
parentad7e09dec4a3d05170ca4e86a9c285f4d3fac05e (diff)
downloadmariadb-git-bbbb3f6540b59414cd893973e7ab27f9b09f789c.tar.gz
- install all *.sql files into the "shared" directory for the binary tar.gz
distribution (this is more in line with how "make install" would install them) - this should also fix a test failure in the "system_mysql_db_fix" test.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/make_binary_distribution.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh
index 4a4170f194b..6a13af09f4e 100644
--- a/scripts/make_binary_distribution.sh
+++ b/scripts/make_binary_distribution.sh
@@ -192,7 +192,7 @@ if [ $BASE_SYSTEM != "netware" ] ; then
fi
$CP support-files/* $BASE/support-files
-$CP scripts/fill_help_tables.sql $BASE/support-files
+$CP scripts/*.sql $BASE/share
if [ $BASE_SYSTEM = "netware" ] ; then
rm -f $BASE/support-files/magic \
@@ -230,6 +230,7 @@ if [ $BASE_SYSTEM != "netware" ] ; then
chmod a+x $BASE/bin/* $BASE/scripts/* $BASE/support-files/mysql-* $BASE/support-files/mysql.server $BASE/configure
$CP -r sql-bench/* $BASE/sql-bench
rm -f $BASE/sql-bench/*.sh $BASE/sql-bench/Makefile* $BASE/lib/*.la
+ rm -f $BASE/bin/*.sql
fi
rm -f $BASE/bin/Makefile* $BASE/bin/*.in $BASE/bin/*.sh $BASE/bin/mysql_install_db $BASE/bin/make_binary_distribution $BASE/bin/setsomevars $BASE/support-files/Makefile* $BASE/support-files/*.sh