aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 83895b0..199f51c 100755
--- a/Makefile
+++ b/Makefile
@@ -166,6 +166,7 @@ initfs: $(ALL_INITFS)
$(INITFS_DIRSTAMP):
@rm -rf $(INITFS_DIR) $(INITFS_TMP)
@mkdir -p $(INITFS_DIR) $(INITFS_TMP)
+ @apk fetch $(APK_OPTS) --simulate -R $(INITFS_PKGS) >/dev/null
@for i in `apk fetch $(APK_OPTS) --simulate -R $(INITFS_PKGS) \
| sed 's:^Downloading ::; s:-[0-9].*::' | sort | uniq`; do \
echo "Fetching $$i"; \