summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-08-14 12:13:36 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-08-14 12:13:36 -0500
commitd2be6ccef06f0a7174734706c669da8b2ffffad8 (patch)
tree2ed8f03a0a36cafa16b46f648cdc6cca1d47945c
parent80c15cc8c2bc86f814acbd62e684680e40c1e27e (diff)
downloadluafilesystem-packaging-d2be6ccef06f0a7174734706c669da8b2ffffad8.tar.gz
luafilesystem-packaging-d2be6ccef06f0a7174734706c669da8b2ffffad8.tar.bz2
luafilesystem-packaging-d2be6ccef06f0a7174734706c669da8b2ffffad8.zip
Add a space in front of cflags
Needed so luarocks doesn't think it's an argument
-rwxr-xr-xinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index 87b093a..010113c 100755
--- a/init
+++ b/init
@@ -1,6 +1,6 @@
1#!/bin/sh -ex 1#!/bin/sh -ex
2 2
3cd luafilesystem 3cd luafilesystem
4luarocks config variables.CFLAGS "$CFLAGS" 4luarocks config variables.CFLAGS " $CFLAGS"
5luarocks make --pack-binary-rock luafilesystem-scm-1.rockspec 5luarocks make --pack-binary-rock luafilesystem-scm-1.rockspec
6cp luafilesystem-scm-1.mingw32-x86_64.rock /root 6cp luafilesystem-scm-1.mingw32-x86_64.rock /root