Navigation Menu

Skip to content

Commit

Permalink
[package] ha_groonga -> ha_mroonga.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 25, 2012
1 parent 2c0ae41 commit 620ca53
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/debian/rules
Expand Up @@ -22,5 +22,5 @@ override_dh_install:
# if test -x /usr/bin/dh_apparmor; then \
# dh_apparmor \
# -pmysql-server-mroonga \
# --profile-name=usr.lib.mysql.plugin.ha_groonga; \
# --profile-name=usr.lib.mysql.plugin.ha_mroonga; \
# fi
4 changes: 2 additions & 2 deletions packages/rpm/centos/mysql-mroonga.spec.in
Expand Up @@ -113,8 +113,8 @@ rm -rf $RPM_BUILD_ROOT
%post
if [ $1 -eq 1 ]; then
sql="
INSTALL PLUGIN groonga SONAME 'ha_groonga.so';
CREATE FUNCTION last_insert_grn_id RETURNS INTEGER soname 'ha_groonga.so';
INSTALL PLUGIN groonga SONAME 'ha_mroonga.so';
CREATE FUNCTION last_insert_grn_id RETURNS INTEGER soname 'ha_mroonga.so';
"
command="/usr/bin/mysql -u root -e \"$sql\""
echo $command
Expand Down
4 changes: 2 additions & 2 deletions packages/rpm/fedora/mysql-mroonga.spec.in
Expand Up @@ -67,8 +67,8 @@ rm -rf $RPM_BUILD_ROOT
%post
if [ $1 -eq 1 ]; then
sql="
INSTALL PLUGIN groonga SONAME 'ha_groonga.so';
CREATE FUNCTION last_insert_grn_id RETURNS INTEGER soname 'ha_groonga.so';
INSTALL PLUGIN groonga SONAME 'ha_mroonga.so';
CREATE FUNCTION last_insert_grn_id RETURNS INTEGER soname 'ha_mroonga.so';
"
command="/usr/bin/mysql -u root -e \"$sql\""
echo $command
Expand Down

0 comments on commit 620ca53

Please sign in to comment.