and woops
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26404 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d24cc39c75
commit
8e078532c7
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ system("unzip $ARGV[0] -d $outdir") and die;
|
||||||
|
|
||||||
#for each skin in the zip run skinupdater
|
#for each skin in the zip run skinupdater
|
||||||
@files = `find $outdir -iname "*.wps" -o -iname "*.sbs" -o -iname "*.fms" -o -iname "*.rwps" -o -iname "*.rsbs" -o -iname "*.rfms"`;
|
@files = `find $outdir -iname "*.wps" -o -iname "*.sbs" -o -iname "*.fms" -o -iname "*.rwps" -o -iname "*.rsbs" -o -iname "*.rfms"`;
|
||||||
`touch $tmp/changes.diff`;
|
`touch $tmp/theme_name.diff`;
|
||||||
foreach (@files)
|
foreach (@files)
|
||||||
{
|
{
|
||||||
chomp($_);
|
chomp($_);
|
||||||
|
|
Loading…
Reference in a new issue