diff options
author | unknown <monty@work.mysql.com> | 2001-04-18 16:35:30 +0200 |
---|---|---|
committer | unknown <monty@work.mysql.com> | 2001-04-18 16:35:30 +0200 |
commit | 09518126f1d05214b2e6518825d819cc86138f1f (patch) | |
tree | d83204196610432c92caea4928ffecec5f9997f8 /Build-tools/Do-patch-file | |
parent | 5028127133e98241c8ff661dcfaf24220740802e (diff) | |
download | mariadb-git-09518126f1d05214b2e6518825d819cc86138f1f.tar.gz |
Update for MySQL-Max
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'Build-tools/Do-patch-file')
-rwxr-xr-x | Build-tools/Do-patch-file | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build-tools/Do-patch-file b/Build-tools/Do-patch-file index f20aa1a5e2d..4a45855fbb7 100755 --- a/Build-tools/Do-patch-file +++ b/Build-tools/Do-patch-file @@ -14,6 +14,7 @@ OLD="mysql-$PVER.tar.gz" RESULT="mysql-$PVER-$VER.patch.gz" PATCH_DIR=/my/web/Downloads-live/Patches RESULT_DIR=/my/web/Downloads-live/MySQL-3.23 +RESULT_DIR_MAX=/my/web/Downloads-live/MySQL-Max-3.23 if test ! -f $NEWDIR/$NEW then @@ -39,4 +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 cp binary/* $RESULT_DIR |