1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

support-files/mysql.spec.sh : Call "make install" using "benchdir_root=%{_datadir}" (bug#24182).

support-files/mysql.spec.sh:
  Call "make install" using "benchdir_root=%{_datadir}", because that is affecting 
  the regression test suite as well.    Fixes bug#24182.
This commit is contained in:
unknown
2006-11-30 11:03:49 +01:00
parent 84d4f160ae
commit ba4c767e73

View File

@ -386,7 +386,7 @@ install -d $RBR%{_sbindir}
# Install all binaries
(cd $MBD && make install DESTDIR=$RBR)
(cd $MBD && make install DESTDIR=$RBR benchdir_root=%{_datadir})
# Old packages put shared libs in %{_libdir}/ (not %{_libdir}/mysql), so do
# the same here.
mv $RBR/%{_libdir}/mysql/*.so* $RBR/%{_libdir}/
@ -689,6 +689,11 @@ fi
# itself - note that they must be ordered by date (important when
# merging BK trees)
%changelog
* Thu Nov 30 2006 Joerg Bruehe <joerg@mysql.com>
- Call "make install" using "benchdir_root=%{_datadir}",
because that is affecting the regression test suite as well.
* Thu Nov 16 2006 Joerg Bruehe <joerg@mysql.com>
- Explicitly note that the "MySQL-shared" RPMs (as built by MySQL AB)