From ea29ad4fbf2787787e026775d652e3756fbff84d Mon Sep 17 00:00:00 2001 From: Henrik Backe Date: Mon, 14 Nov 2005 18:31:08 +0000 Subject: Small fix for us loosers, who don't follow the recomendation to put the build directory in the same level as the tools and apps directory git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7869 a1c6a512-1295-4272-9138-f99709370657 --- tools/buildzip.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/buildzip.pl b/tools/buildzip.pl index 4d8b58d72d..b9cb413a68 100755 --- a/tools/buildzip.pl +++ b/tools/buildzip.pl @@ -202,7 +202,7 @@ STOP # Now do the WPS dance if(-d "$ROOT/wps") { - system("perl $ROOT/wps/wpsbuild.pl $ROOT/wps/WPSLIST $target"); + system("perl $ROOT/wps/wpsbuild.pl -r $ROOT/wps/WPSLIST $target"); } else { print STDERR "No wps module present, can't do the WPS magic!\n"; -- cgit v1.2.3