aboutsummaryrefslogtreecommitdiffstats
path: root/community/luarocks/luarocks5.3.trigger
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-07-22 20:21:02 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-07-22 20:44:52 +0200
commit50395fcbaa5939969c4423e1e60737f91c6d41b6 (patch)
treecef6fd1ae3d881278448bf934265afe967134dc1 /community/luarocks/luarocks5.3.trigger
parent26fecd4b4e36b7c0a73dea662996d74ca5d1433e (diff)
downloadaports-50395fcbaa5939969c4423e1e60737f91c6d41b6.tar.bz2
aports-50395fcbaa5939969c4423e1e60737f91c6d41b6.tar.xz
community/luarocks: configure it to see rocks installed by apk
https://github.com/luarocks/luarocks/wiki/Integrating-distro-modules-with-LuaRocks
Diffstat (limited to 'community/luarocks/luarocks5.3.trigger')
-rw-r--r--community/luarocks/luarocks5.3.trigger5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/luarocks/luarocks5.3.trigger b/community/luarocks/luarocks5.3.trigger
new file mode 100644
index 0000000000..1b751b090d
--- /dev/null
+++ b/community/luarocks/luarocks5.3.trigger
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+luarocks-admin-5.3 make-manifest --local-tree --tree=/usr >/dev/null 2>&1
+
+exit 0