mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-23 07:22:53 +00:00
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:
parent
027f227852
commit
e83cfd6c27
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user