diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-08-15 12:19:46 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-08-15 12:19:46 +0200 |
commit | fb6442f369f6daa3778fb1c042bb0c5ac3535f67 (patch) | |
tree | be624a79f56cc5bca61c3dd8515786286bbe242b /dev-cpp/ctemplate | |
parent | www-apps/jekyll: add 4.1.1 (diff) | |
download | gentoo-fb6442f369f6daa3778fb1c042bb0c5ac3535f67.tar.gz gentoo-fb6442f369f6daa3778fb1c042bb0c5ac3535f67.tar.bz2 gentoo-fb6442f369f6daa3778fb1c042bb0c5ac3535f67.zip |
dev-cpp/ctemplate: fix QA issue
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-cpp/ctemplate')
-rw-r--r-- | dev-cpp/ctemplate/ctemplate-2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/ctemplate/ctemplate-2.4.ebuild b/dev-cpp/ctemplate/ctemplate-2.4.ebuild index da3638b6c1e9..7d1ec59b62d8 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 |