summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-01-27 00:26:22 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-01-27 00:27:26 +0100
commitdcc8cc0604ef9d5f9c9e2e7474a355b4d1e0df13 (patch)
tree448edc2c6a4347885e789b3ec0ba204fc6698641 /app-text/editorconfig-core-c
parentpackage.mask: Last rite sci-libs/pymmlib (diff)
downloadgentoo-dcc8cc0604ef9d5f9c9e2e7474a355b4d1e0df13.tar.gz
gentoo-dcc8cc0604ef9d5f9c9e2e7474a355b4d1e0df13.tar.bz2
gentoo-dcc8cc0604ef9d5f9c9e2e7474a355b4d1e0df13.zip
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@gentoo.org>
Diffstat (limited to 'app-text/editorconfig-core-c')
-rw-r--r--app-text/editorconfig-core-c/editorconfig-core-c-0.12.3.ebuild2
1 files changed, 1 insertions, 1 deletions
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"
}