From f7ead81d8a5f76d99df337419273a3ceac6b2e1e Mon Sep 17 00:00:00 2001 From: Conrad Hoffmann Date: Thu, 14 Apr 2022 10:59:52 +0200 Subject: [PATCH] pages.sr.ht: use new Makefile in APKBUILD --- sr.ht/pages.sr.ht/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sr.ht/pages.sr.ht/APKBUILD b/sr.ht/pages.sr.ht/APKBUILD index 510304d..38a9cfd 100644 --- a/sr.ht/pages.sr.ht/APKBUILD +++ b/sr.ht/pages.sr.ht/APKBUILD @@ -18,7 +18,7 @@ options="$options !check" install="$pkgname.post-install" build() { - go build -o pages.sr.ht + make all } package() { -- 2.45.2