Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catfish/
Date: Sun, 03 Nov 2019 14:01:49
Message-Id: 1572789694.99de059b1618c0a1a502e78e65c60a4d9a930344.mgorny@gentoo
1 commit: 99de059b1618c0a1a502e78e65c60a4d9a930344
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 3 13:31:35 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 3 14:01:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99de059b
7
8 dev-util/catfish: Fix UnnecessarySlashStrip
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/catfish/catfish-1.4.10.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/catfish/catfish-1.4.10.ebuild b/dev-util/catfish/catfish-1.4.10.ebuild
16 index a1d0b1e691e..8c7b7b27e81 100644
17 --- a/dev-util/catfish/catfish-1.4.10.ebuild
18 +++ b/dev-util/catfish/catfish-1.4.10.ebuild
19 @@ -32,7 +32,7 @@ DEPEND="
20
21 python_install() {
22 distutils-r1_python_install
23 - rm -r "${ED%/}"/usr/share/doc/catfish || die
24 + rm -r "${ED}"/usr/share/doc/catfish || die
25 }
26
27 pkg_postinst() {