Skip to content

Commit

Permalink
media-gfx/wings: Drop esdl/wings symlinks (bug #585664).
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0_rc1
  • Loading branch information
Jeroen Roovers committed Jun 12, 2016
1 parent d662937 commit bffe593
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ src_install() {
insinto ${WINGS_PATH}
doins -r e3d ebin fonts icons plugins psd shaders src textures tools

dosym ${WINGS_PATH} ${ERL_PATH}/${PN}
dosym ${ESDL_PATH} ${ERL_PATH}/esdl
newbin "${FILESDIR}"/wings.sh wings
dodoc AUTHORS README
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ src_compile() {
# Work around parallel make issues
emake vsn.mk
for subdir in intl_tools src e3d icons plugins_src; do
emake ESDL_PATH="${ESDL_PATH}" -C ${subdir}
emake -C ${subdir}
done
}

Expand All @@ -50,7 +50,6 @@ src_install() {
insinto ${WINGS_PATH}
doins -r e3d ebin icons plugins psd shaders src textures tools

dosym ${WINGS_PATH} ${ERL_PATH}/${PN}
newbin "${FILESDIR}"/wings.sh-r1 wings
dodoc AUTHORS README
}

0 comments on commit bffe593

Please sign in to comment.