comparison mod_admin_web/README.markdown @ 4181:fcc6b92869d4

mod_admin_web: Really fix luarocks build spec
author Kim Alvefur <zash@zash.se>
date Thu, 08 Oct 2020 13:49:08 +0200
parents bcff0e8b7b4d
children f649305d0bec
comparison
equal deleted inserted replaced
4180:a8aacfbdaea9 4181:fcc6b92869d4
4 summary: Web administration interface 4 summary: Web administration interface
5 rockspec: 5 rockspec:
6 build: 6 build:
7 platforms: 7 platforms:
8 unix: 8 unix:
9 copy_directories:
10 - admin_web/www_files
11 type: command 9 type: command
12 build_command: sh admin_web/get_deps.sh 10 build_command: cd admin_web; sh get_deps.sh
13 install_command: cp admin_web/mod_admin_web.lua $(LUADIR) 11 install_command: |
12 cd admin_web;
13 cp mod_admin_web.lua $(LUADIR);
14 cp -r www_files $(PREFIX);
14 ... 15 ...
15 16
16 Introduction 17 Introduction
17 ============ 18 ============
18 19