diff options
author | monty@work.mysql.com <> | 2001-05-11 22:51:24 +0200 |
---|---|---|
committer | monty@work.mysql.com <> | 2001-05-11 22:51:24 +0200 |
commit | 01f43d7370c385edda0bb92be6b85813d46057ce (patch) | |
tree | 9f7cb3d7fbb6dd5ebe7cf9c33811cc2346ae2610 /Build-tools/Do-patch-file | |
parent | 32344d869772c937b7331ff63317495e9a1b1e31 (diff) | |
download | mariadb-git-01f43d7370c385edda0bb92be6b85813d46057ce.tar.gz |
Fixes for MySQL-Max
Diffstat (limited to 'Build-tools/Do-patch-file')
-rwxr-xr-x | Build-tools/Do-patch-file | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-tools/Do-patch-file b/Build-tools/Do-patch-file index 4a45855fbb7..68003962c56 100755 --- a/Build-tools/Do-patch-file +++ b/Build-tools/Do-patch-file @@ -40,5 +40,5 @@ chmod a+r,o-w $RESULT binary/* mv $RESULT $PATCH_DIR cp binary/mysqlcom-* binary/mysql*win* /net/web/home/production/data/nweb/customer/Downloads rm binary/mysqlcom-* -mv binary/*Max* $RESULT_DIR_MAX +mv binary/*Max* mv binary/*-max* $RESULT_DIR_MAX cp binary/* $RESULT_DIR |