Skip to content

Commit e25f6a8

Browse files
committed
[update] : Simple directory structure
1 parent c79f252 commit e25f6a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,9 +1301,9 @@ fi
13011301

13021302
# Set dirs
13031303
work_dir="$(realpath "${work_dir}")"
1304-
build_dir="${work_dir}/build"
1304+
build_dir="${work_dir}/build/${arch}"
13051305
cache_dir="${work_dir}/cache/${arch}"
1306-
airootfs_dir="${build_dir}/${arch}/airootfs"
1306+
airootfs_dir="${build_dir}/airootfs"
13071307
isofs_dir="${build_dir}/iso"
13081308
lockfile_dir="${build_dir}/lockfile"
13091309

0 commit comments

Comments
 (0)