mirror of
https://github.com/MariaDB/server.git
synced 2025-11-13 21:42:58 +03:00
WL#4189
- Fix make_binary_distribution.sh after removing mysql-test/ndb dir
This commit is contained in:
@@ -369,13 +369,12 @@ 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 )
|
||||
$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
|
||||
$CP -r $BASE/ndb-stage@prefix@/mysql-test/ndb $BASE/mysql-test/.
|
||||
rm -rf $BASE/ndb-stage
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user