alpine.mk: include the dependencies in the APK_INDEX

The APK_FILES does not contain the dependencies for the wanted packages
so we cannot use this variable when generating the index.
This commit is contained in:
Natanael Copa 2009-06-03 08:48:04 +00:00
parent 027f227852
commit e83cfd6c27

View File

@ -186,7 +186,7 @@ $(ISO_REPOS_DIRSTAMP): $(ISO_PKGDIR)/APK_INDEX.gz
$(ISO_PKGDIR)/APK_INDEX.gz: $(APK_FILES)
@echo "==> iso: generating repository index"
@apk index $(APK_FILES) | gzip > $@
@apk index $(ISO_PKGDIR)/*.apk | gzip > $@
$(ISO_KERNEL): $(KERNEL_APK)
@echo "==> iso: install kernel $(KERNEL)"