diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-01-13 21:44:03 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-01-13 21:44:03 +0100 |
commit | d2865a76da25dd27c18c15ff9d1a5be31ec5965b (patch) | |
tree | 17bbd659ee0599e80dc8dd335dfdcbe1eaffa2b2 /dev-ml | |
parent | dev-python/rpyc: Update remote-id (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-ml/unidecode/unidecode-0.4.0.ebuild | 5 |
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 +} |