calling the wrapup version

This commit is contained in:
Axel Kittenberger 2018-03-19 09:22:11 +01:00
parent c7bf9fe645
commit 6c0884a102
2 changed files with 4 additions and 4 deletions

View File

@ -53,7 +53,7 @@ set( LUA_CODE
${PROJECT_SOURCE_DIR}/mantle/mci.lua
${PROJECT_SOURCE_DIR}/mantle/user.lua
${PROJECT_SOURCE_DIR}/mantle/string.lua
${PROJECT_SOURCE_DIR}/mantle/wrapup.lua
${PROJECT_SOURCE_DIR}/mantle/version.lua
${PROJECT_SOURCE_DIR}/default/default.lua
${PROJECT_SOURCE_DIR}/default/rsync.lua
${PROJECT_SOURCE_DIR}/default/rsyncssh.lua

View File

@ -2,9 +2,9 @@
-- lsyncd.lua Live (Mirror) Syncing Demon
--
--
-- Wraps up globals of the mantle to set up the Lua
-- space for user scripts.
-- This must come as last mantle file.
-- Sets the lsyncd_version of the mantle,
-- this must come as last mantle file as other
-- mantle scripts check that global against accidental loading.
--
--
-- License: GPLv2 (see COPYING) or any later version