OSDN Git Service

[update] : Architecture package cache
authorhayao <hayao@fascode.net>
Fri, 9 Apr 2021 10:35:46 +0000 (19:35 +0900)
committerhayao <hayao@fascode.net>
Fri, 9 Apr 2021 10:35:46 +0000 (19:35 +0900)
build.sh

index 313fb96..da5f535 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -343,7 +343,7 @@ check_bool() {
 prepare_env() {
     # Set dirs
     build_dir="${work_dir}/build"
-    cache_dir="${work_dir}/cache"
+    cache_dir="${work_dir}/cache/${arch}"
     airootfs_dir="${build_dir}/${arch}/airootfs"
     isofs_dir="${build_dir}/iso"