From 109a8677425eefd10e4a4df759e3c1c9c857ff45 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 26 Aug 2008 23:41:52 +0000 Subject: Don't include a database.ignore file in a font-only package. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18351 a1c6a512-1295-4272-9138-f99709370657 --- tools/buildzip.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/buildzip.pl b/tools/buildzip.pl index 02f26937d7..e6ddab9b3d 100755 --- a/tools/buildzip.pl +++ b/tools/buildzip.pl @@ -208,10 +208,6 @@ sub buildzip { # always disable fonts on non-bitmap targets $fonts = 0; } - # create the file so the database does not try indexing a folder - open(IGNORE, ">.rockbox/database.ignore") || die "can't open database.ignore"; - close(IGNORE); - if($fonts) { mkdir ".rockbox/fonts", 0777; chdir(".rockbox/fonts"); @@ -226,6 +222,10 @@ sub buildzip { } } + # create the file so the database does not try indexing a folder + open(IGNORE, ">.rockbox/database.ignore") || die "can't open database.ignore"; + close(IGNORE); + mkdir ".rockbox/langs", 0777; mkdir ".rockbox/rocks", 0777; mkdir ".rockbox/rocks/games", 0777; -- cgit v1.2.3