summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <df@pippilotta.erinye.com>2007-07-07 15:10:09 +0200
committerunknown <df@pippilotta.erinye.com>2007-07-07 15:10:09 +0200
commit84c229ff1954fc975fb47a16a83323a0e8b18cec (patch)
treef1c80f313c2624d52bd3dcd961ed980483f3d99f
parent9e137c4648574cf4e3299afcdf6e63a3dd4a2c81 (diff)
parentcbbd89059604636131cacb7528094050bba932aa (diff)
downloadmariadb-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.sh5
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 \