mkplatformfs.sh.in: use the cache

This commit is contained in:
Michael Aldridge 2017-08-29 21:24:53 -07:00
parent 76d42ecaae
commit bc6d432ab1

View File

@ -127,6 +127,9 @@ esac
# Derive the target architecture using the static map # Derive the target architecture using the static map
set_target_arch_from_platform set_target_arch_from_platform
# And likewise set the cache
set_cachedir
# Append any additional packages if they were requested # Append any additional packages if they were requested
if [ -z "$EXTRA_PKGS" ] ; then if [ -z "$EXTRA_PKGS" ] ; then
PKGS="$PKGS $EXTRA_PKGS" PKGS="$PKGS $EXTRA_PKGS"