summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-12-07 11:18:37 +0200
committerJoonas Niilola <juippis@gentoo.org>2020-12-07 11:18:37 +0200
commite84e7f95a97aa336b8ac5a008e34947d67cfaa48 (patch)
tree69f39edb982517bb1ab69a8748cd7d21e1a4e092
parentdev-vcs/git-cola: add PyQt5 dep (diff)
downloadgentoo-e84e7f95a97aa336b8ac5a008e34947d67cfaa48.tar.gz
gentoo-e84e7f95a97aa336b8ac5a008e34947d67cfaa48.tar.bz2
gentoo-e84e7f95a97aa336b8ac5a008e34947d67cfaa48.zip
dev-vcs/git-cola: remove -f switch from rm
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--dev-vcs/git-cola/git-cola-3.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git-cola/git-cola-3.8.ebuild b/dev-vcs/git-cola/git-cola-3.8.ebuild
index 7bf45f51a193..7180c6fb6684 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 )