소스 검색

mkplatformfs.sh.in: use the cache

Michael Aldridge 7 년 전
부모
커밋
bc6d432ab1
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      mkplatformfs.sh.in

+ 3 - 0
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"