diff options
author | monty@work.mysql.com <> | 2000-12-13 12:43:45 +0100 |
---|---|---|
committer | monty@work.mysql.com <> | 2000-12-13 12:43:45 +0100 |
commit | e1c55775e554876c449d57968480c4630203ac68 (patch) | |
tree | 30402773df533d84ae847cd89d3a19df4db4ffbc /Build-tools | |
parent | c15819407686dc7bbfe92d49133e87dae7809fc9 (diff) | |
download | mariadb-git-e1c55775e554876c449d57968480c4630203ac68.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
Diffstat (limited to 'Build-tools')
-rwxr-xr-x | Build-tools/Do-patch-file | 4 |
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 |