changeset 5012:b97a2ffef87f

mod_auth_imap: Fix packaging Since this module consists of multiple files and the additional directory level, we need to tell luarocks which files correspond to what Lua modules names.
author Kim Alvefur <zash@zash.se>
date Wed, 24 Aug 2022 16:02:00 +0200
parents 55cf7f063af6
children a106477f1a65
files mod_auth_imap/README.markdown
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mod_auth_imap/README.markdown	Wed Aug 24 11:37:00 2022 +0200
+++ b/mod_auth_imap/README.markdown	Wed Aug 24 16:02:00 2022 +0200
@@ -3,6 +3,11 @@
 - 'Stage-Alpha'
 - 'Type-Auth'
 summary: IMAP authentication module
+rockspec:
+  build:
+    modules:
+      mod_auth_imap: auth_imap/mod_auth_imap.lua
+      mod_auth_imap.sasl_imap: auth_imap/sasl_imap.lib.lua
 ...
 
 Introduction