Paths should be relative to working folder.

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402492
This commit is contained in:
David Anderson 2008-09-06 07:47:29 +00:00
parent 6e930f6048
commit 56a68f4dfd

View File

@ -2,7 +2,7 @@
require 'helpers.pm';
chdir('../builder');
chdir('tools/builder');
if ($^O eq "linux")
{
Build::Command('make clean');