mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-erlang/esip: fix compilation
Closes: https://bugs.gentoo.org/845285 Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user