diff options
Diffstat (limited to 'main/lua-struct/APKBUILD')
-rw-r--r-- | main/lua-struct/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lua-struct/APKBUILD b/main/lua-struct/APKBUILD index 2f7c4a6035..e0b5c44681 100644 --- a/main/lua-struct/APKBUILD +++ b/main/lua-struct/APKBUILD @@ -43,7 +43,7 @@ build() { cd "$_builddir"/$i make OPT_CFLAGS="$CFLAGS -std=c99" LUAPC="lua$i" || return 1 done - + } package() { |