diff options
author | msvensson@neptunus.(none) <> | 2006-12-08 12:13:43 +0100 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-12-08 12:13:43 +0100 |
commit | 0b41593db60e0670f27a76b8144e42e70e1589a8 (patch) | |
tree | 8066ccc58803b78599d54ae8b6fdc931314621ac /scripts/make_binary_distribution.sh | |
parent | 94eb027f6bd0f3a069d1a7d9fd6060ed53cb6693 (diff) | |
download | mariadb-git-0b41593db60e0670f27a76b8144e42e70e1589a8.tar.gz |
Fix problems with "make dist" and running from "binary dist"
Diffstat (limited to 'scripts/make_binary_distribution.sh')
-rw-r--r-- | scripts/make_binary_distribution.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index a6a2f1e3b49..ec1c6b70bb6 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -245,7 +245,7 @@ $CP mysql-test/t/*.def $BASE/mysql-test/t $CP mysql-test/std_data/*.dat mysql-test/std_data/*.frm \ mysql-test/std_data/*.pem mysql-test/std_data/Moscow_leap \ mysql-test/std_data/des_key_file mysql-test/std_data/*.*001 \ - mysql-test/std_data/*.cnf \ + mysql-test/std_data/*.cnf mysql-test/std_data/*.MY* \ $BASE/mysql-test/std_data $CP mysql-test/t/*.test mysql-test/t/*.imtest \ mysql-test/t/*.disabled mysql-test/t/*.opt \ |