diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2010-05-30 02:32:44 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2010-05-30 02:32:44 +0000 |
commit | 8e078532c7063bf2d9e2f349532db96f45784289 (patch) | |
tree | db29f17440a2a502269c424f30f970467e55b66c | |
parent | d24cc39c757af0d06c2e7e4e1ab950e5042ec03e (diff) |
and woops
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26404 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-x | utils/skinupdater/updatetheme.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/skinupdater/updatetheme.pl b/utils/skinupdater/updatetheme.pl index 5931647158..42ef24c7e8 100755 --- a/utils/skinupdater/updatetheme.pl +++ b/utils/skinupdater/updatetheme.pl @@ -35,7 +35,7 @@ system("unzip $ARGV[0] -d $outdir") and die; #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"`; -`touch $tmp/changes.diff`; +`touch $tmp/theme_name.diff`; foreach (@files) { chomp($_); |