Mercurial > prosody-modules
changeset 5144:606f6c6535bb
mod_http_dir_listing: Add metadata to fix plugin package build
Needs these extras due to the non-standard layout and the extra
resources
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 13 Jan 2023 16:27:02 +0100 |
parents | 1cae382e88a1 |
children | 885d696473d2 |
files | mod_http_dir_listing/README.markdown |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_http_dir_listing/README.markdown Wed Jan 11 10:09:12 2023 +0000 +++ b/mod_http_dir_listing/README.markdown Fri Jan 13 16:27:02 2023 +0100 @@ -1,4 +1,10 @@ --- +rockspec: + build: + copy_directories: + - mod_http_dir_listing/http_dir_listing/resources + modules: + mod_http_dir_listing: mod_http_dir_listing/http_dir_listing/mod_http_dir_listing.lua summary: HTTP directory listing ...