Commit d0535076 authored by unknown's avatar unknown
Browse files

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".
parent 3709b2b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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/.