diff options
-rw-r--r-- | media-gfx/wings/wings-1.5.4-r1.ebuild (renamed from media-gfx/wings/wings-1.5.4.ebuild) | 2 | ||||
-rw-r--r-- | media-gfx/wings/wings-2.0.4-r3.ebuild (renamed from media-gfx/wings/wings-2.0.4-r2.ebuild) | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/media-gfx/wings/wings-1.5.4.ebuild b/media-gfx/wings/wings-1.5.4-r1.ebuild index e1b92021d0a5..3524eb8003f4 100644 --- a/media-gfx/wings/wings-1.5.4.ebuild +++ b/media-gfx/wings/wings-1.5.4-r1.ebuild @@ -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 } diff --git a/media-gfx/wings/wings-2.0.4-r2.ebuild b/media-gfx/wings/wings-2.0.4-r3.ebuild index 2c45fe62e841..9b046f2ba1fb 100644 --- a/media-gfx/wings/wings-2.0.4-r2.ebuild +++ b/media-gfx/wings/wings-2.0.4-r3.ebuild @@ -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 } @@ -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 } |