diff options
author | unknown <joerg@mysql.com> | 2006-02-07 17:42:04 +0100 |
---|---|---|
committer | unknown <joerg@mysql.com> | 2006-02-07 17:42:04 +0100 |
commit | e36d465222f31e2fcfa597ebfec10afba6588f1a (patch) | |
tree | 844d8e7162e83fdcb5d886091f359974be6334f7 /scripts | |
parent | 733b1c4005965af7fe60d3bcf314567c0c6e7b09 (diff) | |
download | mariadb-git-e36d465222f31e2fcfa597ebfec10afba6588f1a.tar.gz |
scripts/make_binary_distribution.sh :
Adaption of the 5.1.6 build clone to the new "storage" directory layer,
already done in the general tree by Jani.
scripts/make_binary_distribution.sh:
Adaption of the 5.1.6 build clone to the new "storage" directory layer,
already done in the general tree by Jani:
2006/02/02 16:22:22+02:00 jani@ua141d10.elisa.omakaista.fi +2 -2
Fix to reflect change in directory structure.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_binary_distribution.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index f1ed07382b6..2f59c3e1d4c 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -129,8 +129,8 @@ copyfileto $BASE COPYING COPYING.LIB README Docs/INSTALL-BINARY \ BIN_FILES="extra/comp_err$BS extra/replace$BS extra/perror$BS \ extra/resolveip$BS extra/my_print_defaults$BS \ extra/resolve_stack_dump$BS extra/mysql_waitpid$BS \ - myisam/myisamchk$BS myisam/myisampack$BS myisam/myisamlog$BS \ - myisam/myisam_ftdump$BS \ + storage/myisam/myisamchk$BS storage/myisam/myisampack$BS \ + storage/myisam/myisamlog$BS storage/myisam/myisam_ftdump$BS \ sql/mysqld$BS sql/mysql_tzinfo_to_sql$BS \ server-tools/instance-manager/mysqlmanager$BS \ client/mysql$BS client/mysqlshow$BS client/mysqladmin$BS \ |