summaryrefslogtreecommitdiff
path: root/scripts/build/chroot_interactive
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/chroot_interactive')
-rwxr-xr-xscripts/build/chroot_interactive7
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/build/chroot_interactive b/scripts/build/chroot_interactive
index a2b6cda55..9a536c61a 100755
--- a/scripts/build/chroot_interactive
+++ b/scripts/build/chroot_interactive
@@ -29,10 +29,11 @@ fi
Echo_message "Begin interactive build..."
# Requiring stage file
-Require_stagefile .build/config .build/bootstrap
+Require_stagefile config bootstrap
# Checking stage file
-Check_stagefile .build/chroot_interactive
+STAGE_FILE="chroot_interactive"
+Check_stagefile "${STAGE_FILE}"
# Acquire lock file
Acquire_lockfile
@@ -53,4 +54,4 @@ case "${LB_INTERACTIVE}" in
esac
# Creating stage file
-Create_stagefile .build/chroot_interactive
+Create_stagefile "${STAGE_FILE}"