Skip to content
Snippets Groups Projects
Commit e83cfd6c authored by Natanael Copa's avatar Natanael Copa
Browse files

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.
parent 027f2278
No related branches found
No related tags found
No related merge requests found
......@@ -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)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment