diff options
author | EuAndreh <eu@euandre.org> | 2023-03-29 09:27:33 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-29 09:27:33 -0300 |
commit | bbe2b25280ad839686c80c827c472a75fea0fdce (patch) | |
tree | fd84e7cdb7dcd17bb6f19aa4064d2dbb85742cb0 /Makefile | |
parent | src/bin/paku.in: Parameterize Alpine subpackages via paku.lock (diff) | |
download | package-repository-bbe2b25280ad839686c80c827c472a75fea0fdce.tar.gz package-repository-bbe2b25280ad839686c80c827c472a75fea0fdce.tar.xz |
Makefile: Add required dependency to "check-alpine-x86_64-apk"
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -167,7 +167,7 @@ check-debian-x86_64-deb: check-debian: check-debian-x86_64-deb -check-alpine-x86_64-apk: +check-alpine-x86_64-apk: src/bin/paku sh tests/vm-check.sh -x -H alpine-x86_64-headless -r $(HTTP-REMOTE) -t apk -- -k "`paku -C maintainer.email`" check-alpine: check-alpine-x86_64-apk |