Skip to content

Commit

Permalink
include/rootfs: skip removal of APK cache now deprecated
Browse files Browse the repository at this point in the history
Skip removal of APK cache since now deprecated as APK doesn't make use
of cache anymore in our configuration.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
  • Loading branch information
Ansuel committed May 19, 2024
1 parent 5d37d8d commit f46867e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/rootfs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ define prepare_rootfs
)

@-find $(1) -name CVS -o -name .svn -o -name .git -o -name '.#*' | $(XARGS) rm -rf
@-find $(1)/usr/cache/apk/ -name '*.apk' -delete
rm -rf \
$(1)/boot \
$(1)/tmp/* \
Expand Down

0 comments on commit f46867e

Please sign in to comment.