summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xalpine.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/alpine.mk b/alpine.mk
index ba2954c..9014ddc 100755
--- a/alpine.mk
+++ b/alpine.mk
@@ -185,6 +185,7 @@ $(ISO_REPOS_DIRSTAMP): $(ISO_PKGDIR)/APKINDEX.tar.gz
$(ISO_PKGDIR)/APKINDEX.tar.gz: $(APK_FILES)
@echo "==> iso: generating repository index"
@apk index -o $@ $(ISO_PKGDIR)/*.apk
+ @abuild-sign $@
$(ISO_KERNEL): $(KERNEL_APK)
@echo "==> iso: install kernel $(KERNEL)"