From e3551937fa8a98a0fae942e4ea15a8c506546f94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Fabian=20Kr=C3=BCger?= Date: Tue, 12 May 2020 02:59:32 +0200 Subject: [PATCH] Some old-ish change --- luametalatex.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luametalatex.lua b/luametalatex.lua index 9b4ba28..4f382f1 100644 --- a/luametalatex.lua +++ b/luametalatex.lua @@ -83,7 +83,7 @@ local dir = absdir(os.selfdir) local dirseparators = {((lpeg.S'\\/'^1 + 1 * lpeg.P':' * lpeg.S'\\/'^-1) * lpeg.Cp() * ((1-lpeg.S'\\/')^0*lpeg.S'\\/'*lpeg.Cp())^0):match(dir)} -- First step: Find our actual format. local init_script = format .. "-init.lua" -local texmf_dir = "tex/luametalatex/" .. format .. '/' .. init_script +local texmf_dir = "tex/" .. format .. "/base/" .. init_script local paths = { init_script, "share/texmf-local/" .. texmf_dir,