Reorder code
This commit is contained in:
parent
cd97b48c46
commit
a6038dcfad
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -68,8 +68,8 @@ main() {
|
|||
|
||||
run_stage() {
|
||||
log_begin "$STAGE_DIR"
|
||||
STAGE=$(basename ${STAGE_DIR})
|
||||
pushd ${STAGE_DIR} > /dev/null
|
||||
STAGE=$(basename ${STAGE_DIR})
|
||||
unmount ${WORK_DIR}/${STAGE}
|
||||
STAGE_WORK_DIR=${WORK_DIR}/${STAGE}
|
||||
ROOTFS_DIR=${STAGE_WORK_DIR}/rootfs
|
||||
|
|
Reference in a new issue