diff options
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..975c10c6b0e 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* binary/*-max* $RESULT_DIR_MAX cp binary/* $RESULT_DIR |