1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

scripts/make_binary_distribution.sh

Adapt to the directory hierarchy change in 5.1, "ndb" -> "storage/ndb".


scripts/make_binary_distribution.sh:
  Adapt to the directory hierarchy change in 5.1, "ndb" -> "storage/ndb".
This commit is contained in:
unknown
2005-11-11 18:48:53 +01:00
parent 3709b2b391
commit d05350766c

View File

@@ -308,7 +308,7 @@ fi
# NDB Cluster
if [ x$NDBCLUSTER = x1 ]; then
( cd ndb ; @MAKE@ DESTDIR=$BASE/ndb-stage install )
( cd storage/ndb ; @MAKE@ DESTDIR=$BASE/ndb-stage install )
( cd mysql-test/ndb ; @MAKE@ DESTDIR=$BASE/ndb-stage install )
$CP $BASE/ndb-stage@bindir@/* $BASE/bin/.
$CP $BASE/ndb-stage@libexecdir@/* $BASE/bin/.