This commit is contained in:
pepe
2023-04-12 13:59:11 +00:00
parent 44faa1cc1e
commit 7929b4a409
5 changed files with 5 additions and 5 deletions

2
deps/lua/Makefile vendored
View File

@@ -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