Include bin/wsrep* and bin/clustercheck in make-barebones.

This commit is contained in:
vagrant
2013-03-07 17:35:33 -08:00
parent 69a50ee27d
commit f2187d0e83

View File

@@ -39,7 +39,9 @@ tar xvfz "$tarball" \
"$full_dir/bin/mysqld" \
"$full_dir/bin/mysqld_safe" \
"$full_dir/bin/safe_mysqld" \
"$full_dir/lib/libgalera_smm.so"
"$full_dir/lib/libgalera_smm.so" \
"$full_dir/bin/clustercheck" \
"$full_dir/bin/wsrep*"
echo "This tarball was created from $tarball. It contains only the files necessary for creating a Percona Toolkit sandbox test server." > $full_dir/README.barebones