diff options
author | unknown <tulin@mysql.com> | 2005-02-21 10:54:23 +0100 |
---|---|---|
committer | unknown <tulin@mysql.com> | 2005-02-21 10:54:23 +0100 |
commit | b7c95a7bf1c758a4a9b4f80399b6de153611784f (patch) | |
tree | 5c8cadbe49b6b31d44657b7686b7216cb48058d4 /scripts | |
parent | 1af9bb4a8349b69f9e4e0a083acfb40392b29929 (diff) | |
parent | b7f43c2b065a606b551f56d5f36ffff27667e259 (diff) | |
download | mariadb-git-b7c95a7bf1c758a4a9b4f80399b6de153611784f.tar.gz |
Merge bk-internal:/home/bk/mysql-4.1
into mysql.com:/home/mysqldev/tulin/mysql-4.1
scripts/make_binary_distribution.sh:
Auto merged
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 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 |