commit:     fb6442f369f6daa3778fb1c042bb0c5ac3535f67
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 15 10:19:46 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Aug 15 10:19:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb6442f3

dev-cpp/ctemplate: fix QA issue

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-cpp/ctemplate/ctemplate-2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/ctemplate/ctemplate-2.4.ebuild 
b/dev-cpp/ctemplate/ctemplate-2.4.ebuild
index da3638b6c1e..7d1ec59b62d 100644
--- a/dev-cpp/ctemplate/ctemplate-2.4.ebuild
+++ b/dev-cpp/ctemplate/ctemplate-2.4.ebuild
@@ -47,7 +47,7 @@ src_compile() {
 src_install() {
        default
        if ! use doc; then
-               rm -r "${ED%/}"/usr/share/doc/${PF}/html || die
+               rm -r "${ED}"/usr/share/doc/${PF}/html || die
        fi
 
        if use vim-syntax; then

Reply via email to