Skip to content

Commit

Permalink
update build .sh pixelc-linux#4
Browse files Browse the repository at this point in the history
  • Loading branch information
da-moon committed Apr 27, 2020
1 parent 5aa8ee2 commit 52a43c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export RFS_WIFI_SSID="$WIFI_SSID"
export RFS_WIFI_PASSWORD="$WIFI_PASSWORD"
assert_not_empty "DISTRO" "$DISTRO" "distro name must be set"
readonly SYSROOT="$(pwd)/out/$DISTRO/rootfs"
local -r sysroot_dir="$(dirname "$SYSROOT")"
readonly sysroot_dir="$(dirname "$SYSROOT")"
log_info "creating parent directory $sysroot_dir"
mkdir -p "$sysroot_dir"
log_info "distro is set to $DISTRO"
Expand Down

0 comments on commit 52a43c0

Please sign in to comment.