summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorunknown <msvensson@pilot.mysql.com>2007-02-13 10:00:53 +0100
committerunknown <msvensson@pilot.mysql.com>2007-02-13 10:00:53 +0100
commite5c1656e978894d3c021ce4e702c9e03ef0fe7ca (patch)
treed4957aedf39f381beff303c1a7bc5ddd2de6621e /scripts
parentfaacf58091aa31878f0e9b6a470a5adcc83a49d2 (diff)
parent2abc977de9e0c4bbee7786ff18b3be5accf0fd4b (diff)
downloadmariadb-git-e5c1656e978894d3c021ce4e702c9e03ef0fe7ca.tar.gz
Merge pilot.mysql.com:/home/msvensson/mysql/mysql-5.0
into pilot.mysql.com:/home/msvensson/mysql/mysql-5.0-maint BitKeeper/etc/ignore: auto-union
Diffstat (limited to 'scripts')
-rw-r--r--scripts/make_binary_distribution.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh
index ba103357f5e..008520ef000 100644
--- a/scripts/make_binary_distribution.sh
+++ b/scripts/make_binary_distribution.sh
@@ -340,6 +340,7 @@ if [ x$NDBCLUSTER = x1 ]; then
$CP $BASE/ndb-stage@bindir@/* $BASE/bin/.
$CP $BASE/ndb-stage@libexecdir@/* $BASE/bin/.
$CP $BASE/ndb-stage@pkglibdir@/* $BASE/lib/.
+ $CP $BASE/ndb-stage@pkgdatadir@/* $BASE/share/mysql/.
$CP -r $BASE/ndb-stage@pkgincludedir@/ndb $BASE/include
$CP -r $BASE/ndb-stage@prefix@/mysql-test/ndb $BASE/mysql-test/. || exit 1
rm -rf $BASE/ndb-stage