diff options
Diffstat (limited to 'Build-tools/Do-patch-file')
-rwxr-xr-x | Build-tools/Do-patch-file | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build-tools/Do-patch-file b/Build-tools/Do-patch-file index 975c10c6b0e..7e6d4c493d8 100755 --- a/Build-tools/Do-patch-file +++ b/Build-tools/Do-patch-file @@ -13,8 +13,8 @@ NEW="mysql-$VER.tar.gz" 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 +RESULT_DIR=/my/web/Downloads-live/MySQL-4.0 +RESULT_DIR_MAX=/my/web/Downloads-live/MySQL-Max-4.0 if test ! -f $NEWDIR/$NEW then |