diff options
author | 2019-11-03 14:31:35 +0100 | |
---|---|---|
committer | 2019-11-03 15:01:34 +0100 | |
commit | 99de059b1618c0a1a502e78e65c60a4d9a930344 (patch) | |
tree | 786674c67613273f1b1d116260480927a4af84df /dev-util/catfish | |
parent | xfce-base/thunar: Remove unused USE=test (diff) | |
download | gentoo-99de059b1618c0a1a502e78e65c60a4d9a930344.tar.gz gentoo-99de059b1618c0a1a502e78e65c60a4d9a930344.tar.bz2 gentoo-99de059b1618c0a1a502e78e65c60a4d9a930344.zip |
dev-util/catfish: Fix UnnecessarySlashStrip
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/catfish')
-rw-r--r-- | dev-util/catfish/catfish-1.4.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/catfish/catfish-1.4.10.ebuild b/dev-util/catfish/catfish-1.4.10.ebuild index a1d0b1e691ed..8c7b7b27e812 100644 --- a/dev-util/catfish/catfish-1.4.10.ebuild +++ b/dev-util/catfish/catfish-1.4.10.ebuild @@ -32,7 +32,7 @@ DEPEND=" python_install() { distutils-r1_python_install - rm -r "${ED%/}"/usr/share/doc/catfish || die + rm -r "${ED}"/usr/share/doc/catfish || die } pkg_postinst() { |