diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lpm.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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) |