summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/unidecode')
-rw-r--r--dev-ml/unidecode/unidecode-0.4.0.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-ml/unidecode/unidecode-0.4.0.ebuild b/dev-ml/unidecode/unidecode-0.4.0.ebuild
index fc22748ce120..35cfaf39fd6c 100644
--- a/dev-ml/unidecode/unidecode-0.4.0.ebuild
+++ b/dev-ml/unidecode/unidecode-0.4.0.ebuild
@@ -21,3 +21,8 @@ DEPEND="test? ( dev-ml/ounit2 )"
BDEPEND=""
PATCHES=( "${FILESDIR}"/${P}-test.patch )
+
+src_install() {
+ dune_src_install
+ mv "${D}"/usr/bin/unidecode{,-gw} || die
+}