Improve code
This commit is contained in:
parent
9776a1abe9
commit
09160f3103
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -62,8 +62,8 @@ main() {
|
|||
|
||||
mkdir -p "$WORK_DIR"
|
||||
|
||||
STAGE_DIR="$BASE_DIR/stage0"
|
||||
STAGE=$(basename "$STAGE_DIR")
|
||||
STAGE='stage0'
|
||||
STAGE_DIR="$BASE_DIR/$STAGE"
|
||||
STAGE_WORK_DIR="$WORK_DIR/$STAGE"
|
||||
ROOTFS_DIR="$STAGE_WORK_DIR/rootfs"
|
||||
|
||||
|
|
Reference in a new issue