diff options
-rw-r--r-- | dev-vcs/git-cola/git-cola-3.8.ebuild | 2 |
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 ) |