summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authortulin@mysql.com <>2005-02-21 10:54:23 +0100
committertulin@mysql.com <>2005-02-21 10:54:23 +0100
commit9171ff17ca621533b9067692fb4997034f82215b (patch)
tree5c8cadbe49b6b31d44657b7686b7216cb48058d4 /scripts
parent7640c63d26e4d2e37cf31ded328df6ac75b35362 (diff)
parent84f0f11fff0d01f9728a9244b8a5673385170774 (diff)
downloadmariadb-git-9171ff17ca621533b9067692fb4997034f82215b.tar.gz
Merge bk-internal:/home/bk/mysql-4.1
into mysql.com:/home/mysqldev/tulin/mysql-4.1
Diffstat (limited to 'scripts')
-rw-r--r--scripts/make_binary_distribution.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh
index 7a6e052f5c7..70eff2db79b 100644
--- a/scripts/make_binary_distribution.sh
+++ b/scripts/make_binary_distribution.sh
@@ -282,7 +282,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