summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-01-13 21:44:03 +0100
committerAlfredo Tupone <tupone@gentoo.org>2021-01-13 21:44:03 +0100
commitd2865a76da25dd27c18c15ff9d1a5be31ec5965b (patch)
tree17bbd659ee0599e80dc8dd335dfdcbe1eaffa2b2 /dev-ml/unidecode
parentdev-python/rpyc: Update remote-id (diff)
downloadgentoo-d2865a76da25dd27c18c15ff9d1a5be31ec5965b.tar.gz
gentoo-d2865a76da25dd27c18c15ff9d1a5be31ec5965b.tar.bz2
gentoo-d2865a76da25dd27c18c15ff9d1a5be31ec5965b.zip
dev-ml/unidecode: rename binary
Closes: https://bugs.gentoo.org/765337 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
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
+}