Kouhei Sutou
null+****@clear*****
Wed May 11 12:12:47 JST 2016
Kouhei Sutou 2016-05-11 12:12:47 +0900 (Wed, 11 May 2016) New Revision: d31fd63c933583f4f4c78b1dc09b3fbcee2bceb9 https://github.com/mroonga/mroonga/commit/d31fd63c933583f4f4c78b1dc09b3fbcee2bceb9 Message: package rpm mysql57-community: fix indent Modified files: packages/rpm/centos/mysql57-community-mroonga.spec.in Modified: packages/rpm/centos/mysql57-community-mroonga.spec.in (+10 -10) =================================================================== --- packages/rpm/centos/mysql57-community-mroonga.spec.in 2016-05-11 12:12:21 +0900 (ae58870) +++ packages/rpm/centos/mysql57-community-mroonga.spec.in 2016-05-11 12:12:47 +0900 (ea4cf24) @@ -144,16 +144,16 @@ install_sql=%{_datadir}/mroonga/install.sql uninstall_sql=%{_datadir}/mroonga/uninstall.sql if [ "$1" = 2 ] ; then - if [ $current_version -lt $required_version ]; then - echo "run the following command after restarting MySQL server:"; - echo " ${mysql} < ${uninstall_sql}" - echo " ${mysql} < ${install_sql}" - exit 0 - else - ${mysql} < ${uninstall_sql} || \ - (echo "run the following command to unregister Mroonga:"; \ - echo " ${mysql} < ${uninstall_sql}") - fi + if [ $current_version -lt $required_version ]; then + echo "run the following command after restarting MySQL server:"; + echo " ${mysql} < ${uninstall_sql}" + echo " ${mysql} < ${install_sql}" + exit 0 + else + ${mysql} < ${uninstall_sql} || \ + (echo "run the following command to unregister Mroonga:"; \ + echo " ${mysql} < ${uninstall_sql}") + fi fi ${mysql} < ${install_sql} || \ -------------- next part -------------- HTML����������������������������...Download