diff options
Diffstat (limited to 'community/luarocks/luarocks5.1.trigger')
-rw-r--r-- | community/luarocks/luarocks5.1.trigger | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/community/luarocks/luarocks5.1.trigger b/community/luarocks/luarocks5.1.trigger index 1769aad4e0..29a1e6d38d 100644 --- a/community/luarocks/luarocks5.1.trigger +++ b/community/luarocks/luarocks5.1.trigger @@ -1,5 +1,7 @@ #!/bin/sh -luarocks-admin-5.1 make-manifest --local-tree --tree=/usr >/dev/null 2>&1 +for tree in distro-modules distro-modules-common; do + luarocks-admin-5.1 make-manifest --local-tree --tree=$tree >/dev/null 2>&1 +done exit 0 |