:)
This commit is contained in:
2
deps/lua/Makefile
vendored
2
deps/lua/Makefile
vendored
@@ -9,7 +9,7 @@ LUA_ARCHIVE = lua-dist.tar.gz
|
||||
all: build $(LUA_DESTDIR) $(LUA_ARCHIVE)
|
||||
|
||||
$(LUA_TARBALL):
|
||||
curl -fsSL -o "$(LUA_TARBALL)" "$(LUA_SOURCES)"
|
||||
xbps-fetch -o "$(LUA_TARBALL)" "$(LUA_SOURCES)"
|
||||
|
||||
$(LUA_BUILDIR): $(LUA_TARBALL)
|
||||
@if ! [ -d "$(LUA_BUILDIR)" ]; then mkdir -v "$(LUA_BUILDIR)"; fi
|
||||
|
||||
Reference in New Issue
Block a user