[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] ignore 'install plugin' error.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:21:35 JST 2012


Kouhei Sutou	2010-09-04 16:35:02 +0900 (Sat, 04 Sep 2010)

  New Revision: 7933ca1dd63236c5a2efd1f57cc6e195b8422bf6
  https://github.com/mroonga/mroonga/commit/7933ca1dd63236c5a2efd1f57cc6e195b8422bf6

  Log:
    ignore 'install plugin' error.

  Modified files:
    rpm/centos/mysql-groonga.spec.in
    rpm/fedora/mysql-groonga.spec.in

  Modified: rpm/centos/mysql-groonga.spec.in (+2 -0)
===================================================================
--- rpm/centos/mysql-groonga.spec.in    2010-09-04 16:25:12 +0900 (766a45d)
+++ rpm/centos/mysql-groonga.spec.in    2010-09-04 16:35:02 +0900 (b125cb1)
@@ -58,9 +58,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 echo "INSTALL PLUGIN groonga SONAME 'ha_groonga.so';" | mysql -u root mysql
+:
 
 %postun
 echo "INSTALL PLUGIN groonga SONAME 'ha_groonga.so';" | mysql -u root mysql
+:
 
 %files
 %defattr(-,root,root,-)

  Modified: rpm/fedora/mysql-groonga.spec.in (+2 -0)
===================================================================
--- rpm/fedora/mysql-groonga.spec.in    2010-09-04 16:25:12 +0900 (cafce9a)
+++ rpm/fedora/mysql-groonga.spec.in    2010-09-04 16:35:02 +0900 (8a90169)
@@ -47,9 +47,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 echo "INSTALL PLUGIN groonga SONAME 'ha_groonga.so';" | mysql -u root mysql
+:
 
 %postun
 echo "INSTALL PLUGIN groonga SONAME 'ha_groonga.so';" | mysql -u root mysql
+:
 
 %files
 %defattr(-,root,root,-)
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index