[Pkg-games-ubuntu] [Bug 372185] Re: sdlbasic-0.0.20070714-2 help path is wrong

Evgeni Golov sargentd at die-welt.net
Wed May 6 21:54:51 UTC 2009


Just commited the patch to pkg-games SVN, will be uploaded to Debian
soon.

** Changed in: sdlbasic (Ubuntu)
       Status: Confirmed => Fix Committed

-- 
sdlbasic-0.0.20070714-2  help path is wrong
https://bugs.launchpad.net/bugs/372185
You received this bug notification because you are a member of
Debian/Ubuntu Games Team, which is subscribed to sdlbasic in ubuntu.

Status in “sdlbasic” source package in Ubuntu: Fix Committed

Bug description:
Release:	9.04
sdlbasic 0.0.20070714-2

In the /etc/sdlbasic/Global.properties:	command.scite.help=$(BROWSER)  "file:$(SciteDefaultHome)/../doc/sdlBasic/english/index.html"

actual path is
file:/usr/share/doc/sdlbasic/english/index.html
the $(SciteDefaultHome) is set to "/etc/sdlbasic" and sdlBasic is wrong case.


fix command is

sudo sed -i -e 's!$(SciteDefaultHome)/../doc/sdlBasic!/usr/share/doc/sdlbasic!' /etc/sdlbasic/Global.properties



More information about the Pkg-games-ubuntu mailing list