From: Andreas Sturmlechner Date: Sun, 26 Jan 2020 23:26:22 +0000 (+0100) Subject: app-text/editorconfig-core-c: Add missing slash to fix CI X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dcc8cc0604ef9d5f9c9e2e7474a355b4d1e0df13;p=gentoo.git app-text/editorconfig-core-c: Add missing slash to fix CI Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner --- diff --git a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.3.ebuild b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.3.ebuild index 2a7d562db479..98408d4748d3 100644 --- a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.3.ebuild +++ b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.3.ebuild @@ -35,5 +35,5 @@ src_configure() { src_install() { cmake-utils_src_install - use cli || rm -rf "${ED}usr/bin" + use cli || rm -rf "${ED}/usr/bin" }