summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2022-05-18 10:26:45 +0200
committerFlorian Schmaus <flow@gentoo.org>2022-05-18 10:26:45 +0200
commitfcce8bfabe3a7bbf80dae6625de81f8f44d0148b (patch)
tree0a57683d01af94db1ed3f407bae4c0c10ab64f48 /dev-erlang
parentmedia-gfx/argyllcms: keyword 2.3.0 for ~loong (diff)
downloadgentoo-fcce8bfabe3a7bbf80dae6625de81f8f44d0148b.tar.gz
gentoo-fcce8bfabe3a7bbf80dae6625de81f8f44d0148b.tar.bz2
gentoo-fcce8bfabe3a7bbf80dae6625de81f8f44d0148b.zip
dev-erlang/esip: fix compilation
Closes: https://bugs.gentoo.org/845285 Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-erlang')
-rw-r--r--dev-erlang/esip/esip-1.0.47.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/dev-erlang/esip/esip-1.0.47.ebuild b/dev-erlang/esip/esip-1.0.47.ebuild
index 2696aac053bb..9111871df249 100644
--- a/dev-erlang/esip/esip-1.0.47.ebuild
+++ b/dev-erlang/esip/esip-1.0.47.ebuild
@@ -25,9 +25,4 @@ DOCS=( CHANGELOG.md README.md )
src_prepare() {
rebar_src_prepare
rebar_fix_include_path stun
-
- # ebin contains lonely .gitignore file asking for removal.
- rm "${S}/ebin/examples/.gitignore" || die
- rmdir "${S}/ebin/examples" || die
- rmdir "${S}/ebin" || die
}