summaryrefslogtreecommitdiff
path: root/scripts/build/source_live
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/source_live')
-rwxr-xr-xscripts/build/source_live7
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/build/source_live b/scripts/build/source_live
index 66b2e9beb..e03a37677 100755
--- a/scripts/build/source_live
+++ b/scripts/build/source_live
@@ -29,10 +29,11 @@ fi
Echo_message "Begin copying live-build configuration..."
# Requiring stage file
-Require_stagefile .build/config .build/bootstrap
+Require_stagefile config bootstrap
# Checking stage file
-Check_stagefile .build/source_live
+STAGE_FILE="source_live"
+Check_stagefile "${STAGE_FILE}"
# Acquire lock file
Acquire_lockfile
@@ -61,4 +62,4 @@ packages used in the "live" disc).
EOF
# Creating stage file
-Create_stagefile .build/source_live
+Create_stagefile "${STAGE_FILE}"