summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2025-02-27 13:47:02 -0600
committerAlexander M Pickering <alex@cogarr.net>2025-02-27 13:47:02 -0600
commitd9af13418f6628d11e240f0418bd5333768e2052 (patch)
tree6ee7f363285f125bf6940b7d9d6a503a152d6e64
parentfbb21e7aa341b968c9f3577fef3c6580ffcceb11 (diff)
downloadlpeglabel-packaging-master.tar.gz
lpeglabel-packaging-master.tar.bz2
lpeglabel-packaging-master.zip
Correct name of artifactHEADmaster
-rwxr-xr-xinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index eb031e0..6f1aac4 100755
--- a/init
+++ b/init
@@ -4,7 +4,7 @@ cp lpeglabel-packaging/*.rockspec lpeglabel
4cd lpeglabel 4cd lpeglabel
5luarocks config variables.CFLAGS " $CFLAGS" 5luarocks config variables.CFLAGS " $CFLAGS"
6luarocks make --pack-binary-rock lpeglabel-1.6.2-1.rockspec 6luarocks make --pack-binary-rock lpeglabel-1.6.2-1.rockspec
7obj="lpeg-1.6.2-1.$(luarocks config arch).rock" 7obj="lpeglabel-1.6.2-1.$(luarocks config arch).rock"
8cp $obj /root 8cp $obj /root
9cd /root 9cd /root
10if [ -z $(echo $CFLAGS | grep -o -E -- '( |^)-g( |$)') ]; then 10if [ -z $(echo $CFLAGS | grep -o -E -- '( |^)-g( |$)') ]; then