From 249ee384da87b747496820627ccee24fb505862d Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Tue, 13 Aug 2024 16:48:51 -0500 Subject: Use luarocks image --- prepare | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 prepare (limited to 'prepare') diff --git a/prepare b/prepare deleted file mode 100755 index f669f86..0000000 --- a/prepare +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -ex - -rc-service networking start - -apk add luarocks$rockver -luaver=$(ls lua-*.tar.gz | grep -Eo "lua-.\\..") -mkdir "$luaver" -tar -xvzf lua-*.tar.gz --directory="$luaver" --strip-components=1 -rm /root/$luaver/src/*.c -rm -rf /root/$luaver/doc -rm -rf /root/$luaver/test -rm -rf /root/$luaver/etc -rm /root/*.tar.gz -rm -rf /root/image-mingw64 -rm -rf /root/luafilesystem-packaging -luarocks-$rockver config variables.LUA_INCDIR "/root/$luaver/src" -luarocks-$rockver config variables.CFLAGS "$CFLAGS" -- cgit v1.2.3-55-g6feb