summaryrefslogtreecommitdiff
path: root/scripts/build/binary_chroot
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/binary_chroot')
-rwxr-xr-xscripts/build/binary_chroot7
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/build/binary_chroot b/scripts/build/binary_chroot
index e57d8c065..bd4888b8b 100755
--- a/scripts/build/binary_chroot
+++ b/scripts/build/binary_chroot
@@ -24,10 +24,11 @@ Init_config_data "${@}"
Echo_message "Begin copying chroot..."
# Requiring stage file
-Require_stagefile .build/config .build/bootstrap
+Require_stagefile config bootstrap
# Checking stage file
-Check_stagefile .build/binary_chroot
+STAGE_FILE="binary_chroot"
+Check_stagefile "${STAGE_FILE}"
# Acquire lock file
Acquire_lockfile
@@ -92,4 +93,4 @@ then
fi
# Creating stage file
-Create_stagefile .build/binary_chroot
+Create_stagefile "${STAGE_FILE}"