summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-06-03 08:48:04 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-06-03 08:48:04 +0000
commite83cfd6c27060966d985c82512da6cd8ae65e539 (patch)
treee6c12b1161a32fd4c15e84c57e53c3ef609cd458
parent027f227852d644093b2eb1273e49c714c43eb8ee (diff)
downloadabuild-e83cfd6c27060966d985c82512da6cd8ae65e539.tar.bz2
abuild-e83cfd6c27060966d985c82512da6cd8ae65e539.tar.xz
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.
-rwxr-xr-xalpine.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine.mk b/alpine.mk
index 13ca9e5..b268662 100755
--- a/alpine.mk
+++ b/alpine.mk
@@ -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)"