dev-erlang/esip: fix compilation

Closes: https://bugs.gentoo.org/845285
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus 2022-05-18 10:26:45 +02:00
parent 480860160f
commit fcce8bfabe
No known key found for this signature in database
GPG Key ID: 2239A7E8F5852052
1 changed files with 0 additions and 5 deletions

View File

@ -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
}