summaryrefslogtreecommitdiff
path: root/app-dicts
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-12-02 18:55:04 +0100
committerKarel Kočí <cynerd@email.cz>2017-12-02 18:55:04 +0100
commiteb24cc5a0bfd1f3d34ebe6b8e397da149f2151de (patch)
tree7145d917f690e9d7200bee3b05096e46386dc67f /app-dicts
parent89e09c16b57f65a2d1deaec746bd3080bf21af43 (diff)
downloadgentoo-personal-overlay-eb24cc5a0bfd1f3d34ebe6b8e397da149f2151de.tar.gz
gentoo-personal-overlay-eb24cc5a0bfd1f3d34ebe6b8e397da149f2151de.tar.bz2
gentoo-personal-overlay-eb24cc5a0bfd1f3d34ebe6b8e397da149f2151de.zip
Fix german dictionary
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/stardict-de-cz/stardict-de-cz-20171101.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-dicts/stardict-de-cz/stardict-de-cz-20171101.ebuild b/app-dicts/stardict-de-cz/stardict-de-cz-20171101.ebuild
index 4f94fd9..32579d5 100644
--- a/app-dicts/stardict-de-cz/stardict-de-cz-20171101.ebuild
+++ b/app-dicts/stardict-de-cz/stardict-de-cz-20171101.ebuild
@@ -15,6 +15,6 @@ S="${WORKDIR}/stardict-german-czech-${PV}"
src_install() {
dodir /usr/share/stardict/dic
- cp "${S}"/czech-english.* "${D}"/usr/share/stardict/dic/
- cp "${S}"/english-czech.* "${D}"/usr/share/stardict/dic/
+ cp "${S}"/czech-german.* "${D}"/usr/share/stardict/dic/
+ cp "${S}"/german-czech.* "${D}"/usr/share/stardict/dic/
}