fix the -r argument use to wpsbuild
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7871 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5e8e2a1097
commit
d81d9fc1ef
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ STOP
|
|||
|
||||
# Now do the WPS dance
|
||||
if(-d "$ROOT/wps") {
|
||||
system("perl $ROOT/wps/wpsbuild.pl -r $ROOT/wps/WPSLIST $target");
|
||||
system("perl $ROOT/wps/wpsbuild.pl -r $ROOT $ROOT/wps/WPSLIST $target");
|
||||
}
|
||||
else {
|
||||
print STDERR "No wps module present, can't do the WPS magic!\n";
|
||||
|
|
Loading…
Reference in a new issue