diff options
| author | Michael Chicoine <mc2739@gmail.com> | 2010-01-05 17:21:30 +0000 |
|---|---|---|
| committer | Michael Chicoine <mc2739@gmail.com> | 2010-01-05 17:21:30 +0000 |
| commit | 2581cf4909f51749255c6f09282791cac08a99fe (patch) | |
| tree | 9dbf9b0f9f8c179826e43c1d6bd4bb453c5d760f | |
| parent | 3992f18982d20750b5056ef255c02c746e336d2e (diff) | |
| download | rockbox-2581cf4909f51749255c6f09282791cac08a99fe.zip rockbox-2581cf4909f51749255c6f09282791cac08a99fe.tar.gz rockbox-2581cf4909f51749255c6f09282791cac08a99fe.tar.bz2 rockbox-2581cf4909f51749255c6f09282791cac08a99fe.tar.xz | |
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-x | wps/wpsbuild.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wps/wpsbuild.pl b/wps/wpsbuild.pl index 7378f30..7cc5367 100755 --- a/wps/wpsbuild.pl +++ b/wps/wpsbuild.pl @@ -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"; |