summaryrefslogtreecommitdiff
path: root/Build-tools/Do-patch-file
diff options
context:
space:
mode:
authorunknown <monty@work.mysql.com>2000-12-13 12:43:45 +0100
committerunknown <monty@work.mysql.com>2000-12-13 12:43:45 +0100
commite9797c89e4d94515579279d0bf94b5398ce6809c (patch)
tree30402773df533d84ae847cd89d3a19df4db4ffbc /Build-tools/Do-patch-file
parent20da4f88847125f59edf44e5e688f61abcbc7af2 (diff)
downloadmariadb-git-e9797c89e4d94515579279d0bf94b5398ce6809c.tar.gz
mysql.spec.sh Don't install BDB
Do-patch-file Update for new web structure Makefile.am Added dependency for manual_toc.html Makefile.am Replaced chmod with RM to avoid error message include/Makefile.am: Replaced chmod with RM to avoid error message Docs/Makefile.am: Added dependency for manual_toc.html Build-tools/Do-patch-file: Update for new web structure support-files/mysql.spec.sh: Don't install BDB BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'Build-tools/Do-patch-file')
-rwxr-xr-xBuild-tools/Do-patch-file4
1 files changed, 3 insertions, 1 deletions
diff --git a/Build-tools/Do-patch-file b/Build-tools/Do-patch-file
index a834b312fc2..5a26ac04a69 100755
--- a/Build-tools/Do-patch-file
+++ b/Build-tools/Do-patch-file
@@ -7,7 +7,7 @@ case $# in
esac
PVER=$1;
-VER=`grep SERVER_VERSION include/mysql_version.h | cut -d'"' -f2`
+VER=`grep SERVER_VERSION /my/tmp/BUILD/include/mysql_version.h | cut -d'"' -f2`
NEWDIR="binary"
NEW="mysql-$VER.tar.gz"
OLD="mysql-$PVER.tar.gz"
@@ -37,4 +37,6 @@ cd ../..
/bin/rm -rf patch
chmod a+r,o-w $RESULT binary/*
mv $RESULT $PATCH_DIR
+cp binary/mysqlcom-* /net/web/home/production/data/nweb/customer/
+rm binary/mysqlcom-*
cp binary/* $RESULT_DIR