summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorunknown <kent@mysql.com/c-644072d5.010-2112-6f72651.cust.bredbandsbolaget.se>2006-09-24 00:41:20 +0200
committerunknown <kent@mysql.com/c-644072d5.010-2112-6f72651.cust.bredbandsbolaget.se>2006-09-24 00:41:20 +0200
commit5268450145f17a78afdcb8e714fa5b5f9f1f7f30 (patch)
tree20d1ffc9c99afd3fb539228705e287b3c6bea311 /scripts
parenta5d82874a7292c6023c78f6c2386824c932108a5 (diff)
downloadmariadb-git-5268450145f17a78afdcb8e714fa5b5f9f1f7f30.tar.gz
mysql.spec.sh:
Added "test" RPM package Install all binaries "make install" would make_binary_distribution.sh: Copy Cluster API headers into "/usr/include/mysql/storage/ndb/" (Bug#21955) scripts/make_binary_distribution.sh: Copy Cluster API headers into "/usr/include/mysql/storage/ndb/" (Bug#21955) support-files/mysql.spec.sh: Removed the rest of the "bench" sub RPM, but added a new "test" sub RPM containing the "mysql-test" directory earlier in the "bench" sub RPM. The new sub RPM "Obsoltes" "mysql-bench" as well. Added the rest of the binaries that "make install" would install bin/ndb_print_backup_file bin/ndb_print_schema_file bin/ndb_print_sys_file sbin/ndb_cpcd
Diffstat (limited to 'scripts')
-rw-r--r--scripts/make_binary_distribution.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh
index 7bf0bcac82f..c254a77e805 100644
--- a/scripts/make_binary_distribution.sh
+++ b/scripts/make_binary_distribution.sh
@@ -331,7 +331,8 @@ 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/include
+ test -d $BASE/include/storage || mkdir $BASE/include/storage
+ $CP -r $BASE/ndb-stage@pkgincludedir@/storage/ndb $BASE/include/storage/
$CP -r $BASE/ndb-stage@prefix@/mysql-test/ndb $BASE/mysql-test/. || exit 1
rm -rf $BASE/ndb-stage
fi