diff options
author | unknown <df@pippilotta.erinye.com> | 2007-07-07 15:10:09 +0200 |
---|---|---|
committer | unknown <df@pippilotta.erinye.com> | 2007-07-07 15:10:09 +0200 |
commit | 84c229ff1954fc975fb47a16a83323a0e8b18cec (patch) | |
tree | f1c80f313c2624d52bd3dcd961ed980483f3d99f | |
parent | 9e137c4648574cf4e3299afcdf6e63a3dd4a2c81 (diff) | |
parent | cbbd89059604636131cacb7528094050bba932aa (diff) | |
download | mariadb-git-84c229ff1954fc975fb47a16a83323a0e8b18cec.tar.gz |
Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build
scripts/make_binary_distribution.sh:
Auto merged
-rw-r--r-- | scripts/make_binary_distribution.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index 52de4fd48f9..201a922ee68 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -334,7 +334,10 @@ fi if [ $BASE_SYSTEM != "netware" ] ; then chmod a+x $BASE/bin/* copyfileto $BASE/bin scripts/* - copyfileto $BASE/scripts scripts/mysql_install_db + $BASE/bin/replace \@localstatedir\@ ./data \@bindir\@ ./bin \@scriptdir\@ \ + ./bin \@libexecdir\@ ./bin \@sbindir\@ ./bin \@prefix\@ . \@HOSTNAME\@ \ + @HOSTNAME@ \@pkgdatadir\@ ./support-files \ + < scripts/mysql_install_db.sh > $BASE/scripts/mysql_install_db $BASE/bin/replace \@prefix\@ /usr/local/mysql \@bindir\@ ./bin \ \@sbindir\@ ./bin \@libexecdir\@ ./bin \ \@MYSQLD_USER\@ @MYSQLD_USER@ \@localstatedir\@ /usr/local/mysql/data \ |