The executable for scons is 'scons', not 'scons.py' as given in Compile at
row ~969. I'm not sure that a patch wold help such small change, so I've
just typed a pseudo patch below the sig just to ease the location of the
error.
--
/Jonas
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
if [ "$is_scons" = "yes" ]
then
- [ "$scons" ] || scons="scons.py"
+ [ "$scons" ] || scons="scons"
[ "$install_target" ] || install_target="install"
if [ ! "$override_default_options" = "yes" ]
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel