From 3f5ff8856dd21c28470b9dc4f778488c3af5cb2f Mon Sep 17 00:00:00 2001 From: eroux Date: Mon, 1 Mar 2010 10:08:55 +0100 Subject: not using fc-cache by default --- mkluatexfontdb.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'mkluatexfontdb.lua') diff --git a/mkluatexfontdb.lua b/mkluatexfontdb.lua index a7424b4..f05f668 100644 --- a/mkluatexfontdb.lua +++ b/mkluatexfontdb.lua @@ -53,8 +53,7 @@ Valid options: -V --version prints the version and exits -h --help prints this message --fc-cache run fc-cache before updating database - (default is to run it if available) - --no-fc-cache do not run fc-cache + --no-fc-cache do not run fc-cache (default) --sys writes the database for the whole system (default is only for the user) @@ -104,7 +103,7 @@ local function do_run_fc_cache(c) end -- a temporary variable, containing the command line option concerning fc-cache -local run_fc_cache = nil +local run_fc_cache = 0 local force_reload = nil local function process_cmdline() -- cgit v1.2.3