summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Chicoine <mc2739@gmail.com>2010-01-05 17:21:30 +0000
committerMichael Chicoine <mc2739@gmail.com>2010-01-05 17:21:30 +0000
commit2581cf4909f51749255c6f09282791cac08a99fe (patch)
tree9dbf9b0f9f8c179826e43c1d6bd4bb453c5d760f
parent3992f18982d20750b5056ef255c02c746e336d2e (diff)
downloadrockbox-2581cf4909f51749255c6f09282791cac08a99fe.tar.gz
rockbox-2581cf4909f51749255c6f09282791cac08a99fe.zip
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
-rwxr-xr-xwps/wpsbuild.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/wps/wpsbuild.pl b/wps/wpsbuild.pl
index 7378f30b32..7cc5367381 100755
--- a/wps/wpsbuild.pl
+++ b/wps/wpsbuild.pl
@@ -439,7 +439,7 @@ while(<WPS>) {
439 last if (-e "$wpsdir/$req_g_wps"); 439 last if (-e "$wpsdir/$req_g_wps");
440 } 440 }
441 } 441 }
442 $req_t_wps = $wps_prefix . $req_t . ".wps"; 442 $req_t_wps = $wps_prefix . ".txt" . ".wps";
443 443
444 #print "LCD: $wps wants $width x $height\n"; 444 #print "LCD: $wps wants $width x $height\n";
445 #print "LCD: is $rwidth x $rheight\n"; 445 #print "LCD: is $rwidth x $rheight\n";