mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
app-dicts/wnn-ldic: fix build
Gentoo-Bug: 626064 Package-Manager: Portage-2.3.6, Repoman-2.3.1
This commit is contained in:
@@ -21,7 +21,11 @@ src_unpack() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
/usr/bin/Wnn4/atod lib.dic < "${DISTDIR}"/${A} || die
|
||||
local atod=atod
|
||||
if has_version "<app-i18n/freewnn-1.1.1_alpha23"; then
|
||||
atod="${EPREFIX}"/usr/bin/Wnn4/atod
|
||||
fi
|
||||
"${atod}" lib.dic < "${DISTDIR}"/${A} || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user