summaryrefslogtreecommitdiffstats
path: root/tools/buildzip.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/buildzip.pl')
-rwxr-xr-xtools/buildzip.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildzip.pl b/tools/buildzip.pl
index ea7aabee0b..e384eb8bd7 100755
--- a/tools/buildzip.pl
+++ b/tools/buildzip.pl
@@ -314,7 +314,7 @@ STOP
}
print VIEWERS $line;
}
- elsif(-e ".rockbox/$r") {
+ elsif(-e ".rockbox/rocks/$r") {
# in case the same plugin works for multiple extensions, it
# was already moved to the viewers dir
print VIEWERS $line;