summaryrefslogtreecommitdiff
path: root/scripts/build/installer_preseed
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/installer_preseed')
-rwxr-xr-xscripts/build/installer_preseed5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/build/installer_preseed b/scripts/build/installer_preseed
index 90a0d91b2..9aacd9286 100755
--- a/scripts/build/installer_preseed
+++ b/scripts/build/installer_preseed
@@ -31,7 +31,8 @@ esac
Echo_message "Begin including local preseeds..."
# Checking stage file
-Check_stagefile .build/installer_preseed
+STAGE_FILE="installer_preseed"
+Check_stagefile "${STAGE_FILE}"
# Acquire lock file
Acquire_lockfile
@@ -62,4 +63,4 @@ then
fi
# Creating stage file
-Create_stagefile .build/installer_preseed
+Create_stagefile "${STAGE_FILE}"