diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-07-02 13:27:49 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-07-02 13:27:49 +0200 |
commit | 822eb3ec491e77960fa27f4495bc19677817b11c (patch) | |
tree | d06399e5056892cf8bdf377d27eac0a057b37b90 /media-gfx/wings | |
parent | media-gfx/wings: Fix include_lib (bug #585654) in 1.5.4. (diff) | |
download | gentoo-822eb3ec491e77960fa27f4495bc19677817b11c.tar.gz gentoo-822eb3ec491e77960fa27f4495bc19677817b11c.tar.bz2 gentoo-822eb3ec491e77960fa27f4495bc19677817b11c.zip |
media-gfx/wings: Use sh instead of bash.
Package-Manager: portage-2.3.0
Diffstat (limited to 'media-gfx/wings')
-rw-r--r-- | media-gfx/wings/files/wings.sh | 2 | ||||
-rw-r--r-- | media-gfx/wings/files/wings.sh-r1 | 2 | ||||
-rw-r--r-- | media-gfx/wings/wings-1.5.4-r2.ebuild (renamed from media-gfx/wings/wings-1.5.4-r1.ebuild) | 0 | ||||
-rw-r--r-- | media-gfx/wings/wings-2.0.4-r4.ebuild (renamed from media-gfx/wings/wings-2.0.4-r3.ebuild) | 0 |
4 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/wings/files/wings.sh b/media-gfx/wings/files/wings.sh index e542588910a6..3fcebe4b1252 100644 --- a/media-gfx/wings/files/wings.sh +++ b/media-gfx/wings/files/wings.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh ESDL_ROOT="/usr/lib/erlang/lib/esdl" WINGS_ROOT="/usr/lib/erlang/lib/wings" exec erl -smp disable -noshell -pa $ESDL_ROOT/ebin $WINGS_ROOT/ebin -run wings_start start_halt diff --git a/media-gfx/wings/files/wings.sh-r1 b/media-gfx/wings/files/wings.sh-r1 index 0816756f4cc8..9cf1f26a16a4 100644 --- a/media-gfx/wings/files/wings.sh-r1 +++ b/media-gfx/wings/files/wings.sh-r1 @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh ESDL_ROOT="/usr/lib/erlang/lib/esdl" WINGS_ROOT="/usr/lib/erlang/lib/wings" exec erl -smp enable -noshell -pa $ESDL_ROOT/ebin $WINGS_ROOT/ebin -run wings_start start_halt diff --git a/media-gfx/wings/wings-1.5.4-r1.ebuild b/media-gfx/wings/wings-1.5.4-r2.ebuild index 87e60becea8c..87e60becea8c 100644 --- a/media-gfx/wings/wings-1.5.4-r1.ebuild +++ b/media-gfx/wings/wings-1.5.4-r2.ebuild diff --git a/media-gfx/wings/wings-2.0.4-r3.ebuild b/media-gfx/wings/wings-2.0.4-r4.ebuild index 9b046f2ba1fb..9b046f2ba1fb 100644 --- a/media-gfx/wings/wings-2.0.4-r3.ebuild +++ b/media-gfx/wings/wings-2.0.4-r4.ebuild |