aboutsummaryrefslogtreecommitdiffstats
path: root/community/luarocks/luarocks5.2.trigger
diff options
context:
space:
mode:
Diffstat (limited to 'community/luarocks/luarocks5.2.trigger')
-rw-r--r--community/luarocks/luarocks5.2.trigger4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/luarocks/luarocks5.2.trigger b/community/luarocks/luarocks5.2.trigger
index 2f727a5ee9..e16c36f7a9 100644
--- a/community/luarocks/luarocks5.2.trigger
+++ b/community/luarocks/luarocks5.2.trigger
@@ -1,5 +1,7 @@
#!/bin/sh
-luarocks-admin-5.2 make-manifest --local-tree --tree=/usr >/dev/null 2>&1
+for tree in distro-modules distro-modules-common; do
+ luarocks-admin-5.2 make-manifest --local-tree --tree=$tree >/dev/null 2>&1
+done
exit 0