Skip to content

Commit

Permalink
Merge pull request #14 from masakichi/master
Browse files Browse the repository at this point in the history
fix: use correct libexecdir
  • Loading branch information
ikegami-yukino authored Apr 24, 2021
2 parents fc627e2 + 54f006f commit 4376184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mecab/mecab-config.in
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ while test $# -gt 0; do
;;

--libexecdir)
echo @prefix@/libexec/mecab
echo @libexecdir@/mecab
;;

--sysconfdir)
Expand Down

0 comments on commit 4376184

Please sign in to comment.