From 07e2cb01930afd4749a0de4bbcc06ad26022b430 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Fri, 25 Oct 2024 21:12:44 -0500 Subject: No tests to delete from rock --- init | 2 -- 1 file changed, 2 deletions(-) diff --git a/init b/init index df9b983..80b3660 100755 --- a/init +++ b/init @@ -8,8 +8,6 @@ obj="lpeg-1.1.0-2.$(luarocks config arch).rock" cp $obj /root cd /root if [ -z $(echo $CFLAGS | grep -o -E -- '( |^)-g( |$)') ]; then - # Release build, delete docs/ and tests/ - zip -d $obj docs/ docs/* tests/ tests/* # And pack the library with upx unzip $obj lib/* upx --no-progress lib/* -- cgit v1.2.3-55-g6feb