diff options
author | unknown <tulin@mysql.com> | 2005-02-21 10:52:29 +0100 |
---|---|---|
committer | unknown <tulin@mysql.com> | 2005-02-21 10:52:29 +0100 |
commit | afdfb1935f5f5257f027b620b98e34fd880c8eb2 (patch) | |
tree | 65b6a8328122dcc758164d6577ec49769f43e1b6 /scripts | |
parent | 5be12eba73269ddbcc7e14f1207a8fc1b6d44aaa (diff) | |
download | mariadb-git-afdfb1935f5f5257f027b620b98e34fd880c8eb2.tar.gz |
bug #8611, ndb includes in lib dir instead of include dir
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_binary_distribution.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index 910aa38c33f..c3c16c8bf41 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -278,7 +278,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 -r $BASE/ndb-stage@pkgincludedir@/ndb $BASE/lib/. + $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 fi |