commit: dcc8cc0604ef9d5f9c9e2e7474a355b4d1e0df13
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 26 23:26:22 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 23:27:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcc8cc06
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 <asturm <AT> gentoo.org>
app-text/editorconfig-core-c/editorconfig-core-c-0.12.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 2a7d562db47..98408d4748d 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"
}