Fix wpsbuild.pl so that rockbox_default wps is built

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24187 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Chicoine 2010-01-05 17:21:30 +00:00
parent 3992f18982
commit 2581cf4909

View file

@ -439,7 +439,7 @@ while(<WPS>) {
last if (-e "$wpsdir/$req_g_wps");
}
}
$req_t_wps = $wps_prefix . $req_t . ".wps";
$req_t_wps = $wps_prefix . ".txt" . ".wps";
#print "LCD: $wps wants $width x $height\n";
#print "LCD: is $rwidth x $rheight\n";