From cdc80ce9388e388a9d55519b483b3bd4066308e7 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Sun, 8 Sep 2024 20:49:47 -0400 Subject: Added in override for mod_version on system lite-xl. --- src/lpm.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lpm.lua b/src/lpm.lua index 7d0d505..64a0d21 100644 --- a/src/lpm.lua +++ b/src/lpm.lua @@ -2254,6 +2254,7 @@ function lpm.setup() end else if DATADIR then system_lite_xl.datadir_path = DATADIR end + if MOD_VERSION then system_lite_xl.mod_version = MOD_VERSION end table.insert(system_lite_xl.tags, "system") end system_bottle = Bottle.new(system_lite_xl, nil, nil, true) -- cgit v1.2.3