Skip to content

Commit

Permalink
media-gfx/wings: Make sure the sed script additionally fixes what the…
Browse files Browse the repository at this point in the history
… upstream patch touched (maybe bug #598482).

Package-Manager: portage-2.3.2
  • Loading branch information
Jeroen Roovers committed Oct 30, 2016
1 parent aa08d2a commit 320b2f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media-gfx/wings/wings-2.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ PATCHES=(
)

src_prepare() {
default

sed -i \
-e '/include_lib/s|"wings/|"../|' \
$(find . -name '*'.erl) \
|| die

default
}

src_configure() {
Expand Down

0 comments on commit 320b2f4

Please sign in to comment.