From c31ffae440b6e5b3ef28d584cd2a8f8b0c471c4e Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 21 Nov 2007 13:37:45 +0000 Subject: FS#5690 - folders with a file named database.ignore will be skipped by the database when it rebuilds, (this includes any subdirs in that fodler) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15738 a1c6a512-1295-4272-9138-f99709370657 --- tools/buildzip.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/buildzip.pl b/tools/buildzip.pl index e384eb8..af87be07 100755 --- a/tools/buildzip.pl +++ b/tools/buildzip.pl @@ -186,7 +186,9 @@ sub buildzip { # always disable fonts on non-bitmap targets $fonts = 0; } - + # create the file so the database does not try indexing a folder + `touch .rockbox/database.ignore`; + if($fonts) { mkdir ".rockbox/fonts", 0777; -- cgit v1.1