From 50395fcbaa5939969c4423e1e60737f91c6d41b6 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sat, 22 Jul 2017 20:21:02 +0200 Subject: community/luarocks: configure it to see rocks installed by apk https://github.com/luarocks/luarocks/wiki/Integrating-distro-modules-with-LuaRocks --- community/luarocks/luarocks5.3.trigger | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 community/luarocks/luarocks5.3.trigger (limited to 'community/luarocks/luarocks5.3.trigger') 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 -- cgit v1.2.3