hotfix makefile

This commit is contained in:
Robin Malley 2023-03-13 03:47:04 +00:00
parent 354c019a2d
commit fb553be69a
2 changed files with 1 additions and 3 deletions

View File

@ -140,7 +140,7 @@ alpine-chroot-install:
$(worker_chroot) $(kmgr_chroot) $(parent_chroot): alpine-chroot-install
$(Q)export APK_TOOLS_URI="https://gitlab.alpinelinux.org/api/v4/projects/5/packages/generic/v2.12.9/$(arch)/apk.static"; \
export APK_TOOLS_SHA256="$(apk_hash)"; \
./alpine-chroot-install -d $@ -a $(arch) -$(chroot_packages)
./alpine-chroot-install -d $@ -a $(arch) $(chroot_packages)
code : $(built_files)

View File

@ -6,8 +6,6 @@ local db = require("db")
local queries = require("queries")
local pages = require("pages")
local parsers = require("parsers")
local util = require("util")
local tagslib = require("tags")
local cache = require("cache")
local config = require("config")
local session = require("session")