diff --git a/wings.sh b/wings.sh index e0c4b17..517751b 100755 --- a/wings.sh +++ b/wings.sh @@ -1,2 +1,2 @@ #!/bin/sh -exec erl -smp disable -noinput -pa %LIBDIR%/erlang/lib/esdl-1.0.1/ebin -run wings_start start_halt ${1+"$@"} +exec /usr/bin/erl -smp disable -noinput -pa %LIBDIR%/erlang/lib/esdl-1.0.1/ebin -run wings_start start_halt ${1+"$@"} diff --git a/wings.spec b/wings.spec index 2f0c48f..ff8fd4f 100644 --- a/wings.spec +++ b/wings.spec @@ -2,7 +2,7 @@ Name: wings Version: 1.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: 3D Subdivision Modeler Group: Applications/Multimedia @@ -111,6 +111,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Dec 9 2010 Peter Lemenkov - 1.2.0-3 +- Explicitly use erl installed into /usr/bin + * Tue Nov 16 2010 Peter Lemenkov - 1.2.0-2 - Drop erlang-wx dependency - Fixed startup failure (rhbz #653720)