aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-29 09:27:33 -0300
committerEuAndreh <eu@euandre.org>2023-03-29 09:27:33 -0300
commitbbe2b25280ad839686c80c827c472a75fea0fdce (patch)
treefd84e7cdb7dcd17bb6f19aa4064d2dbb85742cb0 /Makefile
parentsrc/bin/paku.in: Parameterize Alpine subpackages via paku.lock (diff)
downloadpackage-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 844521b..9884bc9 100644
--- a/Makefile
+++ b/Makefile
@@ -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