[Scummvm-devel] PATH on buildbot

Willem Jan Palenstijn wjp at usecode.org
Wed May 25 20:41:20 CEST 2011


On Wed, May 25, 2011 at 06:39:37PM +0000, Willem Jan Palenstijn wrote:
> From the buildbot config:
> 
> scumm_root_lenny_x86_64 = "/opt/toolchains/debian-lenny-x86_64"
> scumm_env_lenny_x86_64["PATH"] = "%s/usr/bin:%s" % (scumm_root_lenny_x86_64, os.environ["PATH"])

Oops. Shouldn't have copy-pasted from a locally modified file...
Attempt number two:

>From the buildbot config:

scumm_root_lenny_x86_64 = "/opt/toolchains/debian-lenny-x86_64"
scumm_env_lenny_x86_64["PATH"] = "%s/bin:%s" % (scumm_root_lenny_x86_64, os.environ["PATH"])


-Willem Jan




More information about the Scummvm-devel mailing list