commit: e84e7f95a97aa336b8ac5a008e34947d67cfaa48
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 7 09:18:37 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Dec 7 09:18:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e84e7f95
dev-vcs/git-cola: remove -f switch from rm
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-vcs/git-cola/git-cola-3.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/git-cola/git-cola-3.8.ebuild
b/dev-vcs/git-cola/git-cola-3.8.ebuild
index 7bf45f51a19..7180c6fb668 100644
--- a/dev-vcs/git-cola/git-cola-3.8.ebuild
+++ b/dev-vcs/git-cola/git-cola-3.8.ebuild
@@ -97,7 +97,7 @@ python_install_all() {
install
# remove empty bin folder
- rm -Rf "${ED}"/usr/share/git-cola/bin
+ rm -R "${ED}"/usr/share/git-cola/bin
use doc || HTML_DOCS=( "${FILESDIR}"/index.html )