summaryrefslogtreecommitdiff
path: root/scripts/build/chroot_hooks
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/chroot_hooks')
-rwxr-xr-xscripts/build/chroot_hooks7
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/build/chroot_hooks b/scripts/build/chroot_hooks
index 67d164bce..8868b51c4 100755
--- a/scripts/build/chroot_hooks
+++ b/scripts/build/chroot_hooks
@@ -24,10 +24,11 @@ Init_config_data "${@}"
Echo_message "Begin executing hooks..."
# Requiring stage file
-Require_stagefile .build/config .build/bootstrap
+Require_stagefile config bootstrap
# Checking stage file
-Check_stagefile .build/chroot_hooks
+STAGE_FILE="chroot_hooks"
+Check_stagefile "${STAGE_FILE}"
# Acquire lock file
Acquire_lockfile
@@ -110,4 +111,4 @@ rmdir chroot/live-build/config
rmdir chroot/live-build
# Creating stage file
-Create_stagefile .build/chroot_hooks
+Create_stagefile "${STAGE_FILE}"