Some old-ish change
This commit is contained in:
parent
b5c91c4312
commit
e3551937fa
@ -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)}
|
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.
|
-- First step: Find our actual format.
|
||||||
local init_script = format .. "-init.lua"
|
local init_script = format .. "-init.lua"
|
||||||
local texmf_dir = "tex/luametalatex/" .. format .. '/' .. init_script
|
local texmf_dir = "tex/" .. format .. "/base/" .. init_script
|
||||||
local paths = {
|
local paths = {
|
||||||
init_script,
|
init_script,
|
||||||
"share/texmf-local/" .. texmf_dir,
|
"share/texmf-local/" .. texmf_dir,
|
||||||
|
Loading…
Reference in New Issue
Block a user