diff options
author | unknown <monty@donna.mysql.com> | 2001-01-02 17:52:42 +0200 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2001-01-02 17:52:42 +0200 |
commit | d426ac6149067fb68d40f8b5edbc6ed4f2f48cac (patch) | |
tree | cabccfb6c6cba83755e6118c4f0224c9a4404770 /scripts | |
parent | 19ac53419f8432778720c98e22db21e5bf57abc1 (diff) | |
download | mariadb-git-d426ac6149067fb68d40f8b5edbc6ed4f2f48cac.tar.gz |
Add missing files in binary distribution
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_binary_distribution.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index 3203a7f0fa0..88e82b306d4 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -76,6 +76,7 @@ cp -p mysql-test/std_data/*.dat mysql-test/std_data/*.frm \ mysql-test/std_data/*.MRG $BASE/mysql-test/std_data cp -p mysql-test/t/*.test mysql-test/t/*.opt $BASE/mysql-test/t cp -p mysql-test/r/*.result mysql-test/r/*.require $BASE/mysql-test/r +cp -p mysql-test/README* mysql-test/mysql-test-run mysql-test/create-test-result mysql-test/install_test_db mysql-test/mysql-test-run $BASE/mysql-test cp -p scripts/* $BASE/bin 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 |