Skip to content

Commit

Permalink
app-i18n/ibus-libpinyin: fix metainfo path issue
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/734238
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Yixun Lan <[email protected]>
  • Loading branch information
dlan17 committed Aug 26, 2020
1 parent f3eebb5 commit 19a77ed
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ DEPEND="${PYTHON_DEPS}
RDEPEND="${DEPEND}"

src_prepare() {
sed -i \
-e "/^appdatadir/s:/appdata:/metainfo:" \
data/Makefile.am || die
default
eautoreconf
}
Expand Down

0 comments on commit 19a77ed

Please sign in to comment.