summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorJonathan Perkin <jperkin@sun.com>2009-08-21 13:58:33 +0200
committerJonathan Perkin <jperkin@sun.com>2009-08-21 13:58:33 +0200
commit769d9f3803ada97d0032944aa1447520957aa73b (patch)
tree45aa071ce65ec2c6d9e3e8b682bc81e9e6c5449e /support-files
parent58903aecd310c6470a666fd8bed63a30bece55f0 (diff)
downloadmariadb-git-769d9f3803ada97d0032944aa1447520957aa73b.tar.gz
Apply patch from bug#46834 to install the test suite in RPMs.
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.spec.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index 081489f7053..8a181375cfb 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -428,7 +428,7 @@ install -d $RBR%{_sbindir}
# Install all binaries
-(cd $MBD && make install DESTDIR=$RBR benchdir_root=%{_datadir})
+(cd $MBD && make install DESTDIR=$RBR testroot=%{_datadir})
# Old packages put shared libs in %{_libdir}/ (not %{_libdir}/mysql), so do
# the same here.
mv $RBR/%{_libdir}/mysql/*.so* $RBR/%{_libdir}/
@@ -858,6 +858,10 @@ fi
- Install plugin libraries in appropriate packages.
- Disable example plugins.
+* Thu Aug 20 2009 Jonathan Perkin <jperkin@stripped>
+
+- Update variable used for mysql-test suite location to match source.
+
* Fri Nov 07 2008 Joerg Bruehe <joerg@mysql.com>
- Correct yesterday's fix, so that it also works for the last flag,