alpine.mk: include repo version on iso

This commit is contained in:
Natanael Copa 2009-09-03 16:35:58 +00:00
parent 2cb07ae9b2
commit 8d25d1e2d7
1 changed files with 2 additions and 1 deletions

View File

@ -205,7 +205,8 @@ $(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
@apk index --description "$(ALPINE_NAME) $(ALPINE_RELEASE)" \
-o $@ $(ISO_PKGDIR)/*.apk
@abuild-sign $@
$(ISO_KERNEL):