From bc6d432ab15a799145740f7891972799f84cb207 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Tue, 29 Aug 2017 21:24:53 -0700 Subject: [PATCH] mkplatformfs.sh.in: use the cache --- mkplatformfs.sh.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mkplatformfs.sh.in b/mkplatformfs.sh.in index dac0df7..f737231 100644 --- a/mkplatformfs.sh.in +++ b/mkplatformfs.sh.in @@ -127,6 +127,9 @@ esac # Derive the target architecture using the static map set_target_arch_from_platform +# And likewise set the cache +set_cachedir + # Append any additional packages if they were requested if [ -z "$EXTRA_PKGS" ] ; then PKGS="$PKGS $EXTRA_PKGS"