summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPÁLI Gábor János <pali.gabor@gmail.com>2024-04-14 22:53:10 +0200
committerPÁLI Gábor János <pali.gabor@gmail.com>2024-04-14 23:03:41 +0200
commite4aebbaa9919c4493485f20f9de4b582cd17a4ec (patch)
treeca2b6092ea4c491f6c85e6ce32ae5de992058184
parentfe9b384e45c57b0cfafe5e5b3931ba163f4230fd (diff)
downloadfreebsd-wifibox-alpine-e4aebbaa9919c4493485f20f9de4b582cd17a4ec.zip
Remove APK metadata after package installs.
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a444e56..f86dddc 100644
--- a/Makefile
+++ b/Makefile
@@ -102,6 +102,8 @@ $(GUESTDIR)/.done:
--no-scripts \
--no-chown \
$(PACKAGES)
+ # remove APK metadata
+ $(RM) -rf $(GUESTDIR)/lib/apk
# rebuild module dependency data
$(ENV) LD_LIBRARY_PATH=$(BOOTSTRAPDIR)/lib \
$(_BUSYBOX) \