summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-09-04 18:26:54 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-09-04 18:26:54 -0500
commit0dfba3ec9b849ed7e44a5752e374d63bc8bc7f65 (patch)
tree0c168d1d1e7ae664cde0b6707b0ec6c9f9de168c
parent851451b41aa8edc20077b4d2cca25fd00f51fa68 (diff)
downloadluafilesystem-packaging-0dfba3ec9b849ed7e44a5752e374d63bc8bc7f65.tar.gz
luafilesystem-packaging-0dfba3ec9b849ed7e44a5752e374d63bc8bc7f65.tar.bz2
luafilesystem-packaging-0dfba3ec9b849ed7e44a5752e374d63bc8bc7f65.zip
Try removeing the update flag
-rwxr-xr-xinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index 04cc66a..89d1bb3 100755
--- a/init
+++ b/init
@@ -12,5 +12,5 @@ if [ -z $(echo $CFLAGS | grep -o -E -- '( |^)-g( |$)') ]; then
12 # And pack the library with upx 12 # And pack the library with upx
13 unzip $obj lib/* 13 unzip $obj lib/*
14 upx --no-progress lib/* 14 upx --no-progress lib/*
15 zip -r -u "$obj" lib 15 zip -r "$obj" lib
16fi 16fi