Skip to content

Commit

Permalink
app-i18n/kakasi: fix man path
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
hattya committed Jul 20, 2018
1 parent 60cc1f6 commit 6a57d95
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ src_compile() {

src_install() {
default
doman doc/${PN}.1
einstalldocs

iconv -f EUC-JP -t UTF-8 doc/${PN}.1 > doc/${PN}.ja.1
doman doc/${PN}.ja.1
}

0 comments on commit 6a57d95

Please sign in to comment.