summaryrefslogtreecommitdiff
path: root/scripts/build/lb_binary_checksums
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/lb_binary_checksums')
-rwxr-xr-xscripts/build/lb_binary_checksums6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build/lb_binary_checksums b/scripts/build/lb_binary_checksums
index 59fa56c26..c23fe454d 100755
--- a/scripts/build/lb_binary_checksums
+++ b/scripts/build/lb_binary_checksums
@@ -30,10 +30,10 @@ then
fi
# Requiring stage file
-Require_stagefile .stage/config .stage/bootstrap
+Require_stagefile .build/config .build/bootstrap
# Checking stage file
-Check_stagefile .stage/binary_checksums
+Check_stagefile .build/binary_checksums
# Checking lock file
Check_lockfile .lock
@@ -83,4 +83,4 @@ find . | sed -e 's|^.||g' | grep "^/" | sort > ../binary.list
cd "${OLDPWD}"
# Creating stage file
-Create_stagefile .stage/binary_checksums
+Create_stagefile .build/binary_checksums