diff options
Diffstat (limited to 'tools/buildzip.pl')
-rwxr-xr-x | tools/buildzip.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/buildzip.pl b/tools/buildzip.pl index 06523c3ae3..4beade7739 100755 --- a/tools/buildzip.pl +++ b/tools/buildzip.pl @@ -358,6 +358,9 @@ STOP print STDERR "No wps module present, can't do the WPS magic!\n"; } + # and the info file + system("cp rockbox-info.txt .rockbox/"); + # now copy the file made for reading on the unit: #if($notplayer) { # `cp $webroot/docs/Help-JBR.txt .rockbox/docs/`; |