summaryrefslogtreecommitdiff
path: root/tools/buildzip.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/buildzip.pl')
-rwxr-xr-xtools/buildzip.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/buildzip.pl b/tools/buildzip.pl
index 59c32d3e3d..65aca59e13 100755
--- a/tools/buildzip.pl
+++ b/tools/buildzip.pl
@@ -388,9 +388,12 @@ sub buildzip {
388 } 388 }
389 } 389 }
390 390
391 # create the file so the database does not try indexing a folder 391 # create the file so the database indexer skips this folder
392 open(IGNORE, ">$temp_dir/database.ignore") || die "can't open database.ignore"; 392 open(IGNORE, ">$temp_dir/database.ignore") || die "can't open database.ignore";
393 close(IGNORE); 393 close(IGNORE);
394 # create the file so the talkclip generation skips this folder
395 open(IGNORE, ">$temp_dir/talkclips.ignore") || die "can't open talkclips.ignore";
396 close(IGNORE);
394 397
395 # the samsung ypr0 has a loader script that's needed in the zip 398 # the samsung ypr0 has a loader script that's needed in the zip
396 if ($modelname =~ /samsungypr[01]/) { 399 if ($modelname =~ /samsungypr[01]/) {