summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKent Boortz <kent@kent-amd64>2009-01-23 02:59:03 +0100
committerKent Boortz <kent@kent-amd64>2009-01-23 02:59:03 +0100
commit63c4888cf939c63b6234bba01835fbc661208af7 (patch)
tree8a25caccc327d9c4ca6c5ddfcbe571b3a5c2259d /scripts
parent4ecaa45d11e3ead0d128e9535f8f0e35767c00ad (diff)
downloadmariadb-git-63c4888cf939c63b6234bba01835fbc661208af7.tar.gz
From 5.0.48 the NDB client libraries has been missing in the cluster
packages, this is now corrected (Bug#42278)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/make_binary_distribution.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh
index e5e08038bff..f156ea3b986 100644
--- a/scripts/make_binary_distribution.sh
+++ b/scripts/make_binary_distribution.sh
@@ -372,8 +372,8 @@ fi
# NDB Cluster
if [ x$NDBCLUSTER = x1 ]; then
- ( cd ndb ; @MAKE@ DESTDIR=$BASE/ndb-stage install )
- ( cd mysql-test/ndb ; @MAKE@ DESTDIR=$BASE/ndb-stage install )
+ ( cd ndb ; @MAKE@ DESTDIR=$BASE/ndb-stage install pkglibdir=@pkglibdir@ )
+ ( cd mysql-test/ndb ; @MAKE@ DESTDIR=$BASE/ndb-stage install pkglibdir=@pkglibdir@ )
$CP $BASE/ndb-stage@bindir@/* $BASE/bin/.
$CP $BASE/ndb-stage@libexecdir@/* $BASE/bin/.
$CP $BASE/ndb-stage@pkglibdir@/* $BASE/lib/.