include/rootfs: skip removal of APK cache now deprecated
authorChristian Marangi <ansuelsmth@gmail.com>
Sun, 19 May 2024 13:03:27 +0000 (15:03 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Sun, 19 May 2024 13:05:10 +0000 (15:05 +0200)
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>
include/rootfs.mk

index 907a95a794a34af71e86a4c6eb9c4b1ec6109e33..c2a32fa102dba23603f62137be8eff09d3417a86 100644 (file)
@@ -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/* \