alpine.mk: sign the index on iso

This commit is contained in:
Natanael Copa 2009-07-30 09:12:49 +00:00
parent 15a3f24286
commit cc4f11e002
1 changed files with 1 additions and 0 deletions

View File

@ -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)"