From 74f785ebc6f6459db1bae2ce22fd024765b7c40e Mon Sep 17 00:00:00 2001 From: eroux Date: Fri, 26 Feb 2010 10:56:38 +0100 Subject: making the end of the path (after TEXMFVAR) a variable as it will change soon... --- update-luatex-font-database.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'update-luatex-font-database.lua') diff --git a/update-luatex-font-database.lua b/update-luatex-font-database.lua index 38a83cb..9a870f5 100644 --- a/update-luatex-font-database.lua +++ b/update-luatex-font-database.lua @@ -114,11 +114,11 @@ local function process_cmdline() elseif v == "no-fc-cache" then run_fc_cache = 0 elseif v == "sys" then - luaotfload.fonts.directory = kpse.expand_var("$TEXMFSYSVAR") .. "/tex/" + luaotfload.fonts.directory = kpse.expand_var("$TEXMFSYSVAR") .. luaotfload.fonts.subtexmfvardir end end if string.match(arg[0], '-sys') then - luaotfload.fonts.directory = kpse.expand_var("$TEXMFSYSVAR") .. "/tex/" + luaotfload.fonts.directory = kpse.expand_var("$TEXMFSYSVAR") .. luaotfload.fonts.subtexmfvardir end luaotfload.fonts.log_level = log_level end -- cgit v1.2.3