diff options
Diffstat (limited to 'scripts/build/binary_grub-legacy')
-rwxr-xr-x | scripts/build/binary_grub-legacy | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/build/binary_grub-legacy b/scripts/build/binary_grub-legacy index 8009f939e..4b019bd2e 100755 --- a/scripts/build/binary_grub-legacy +++ b/scripts/build/binary_grub-legacy @@ -29,8 +29,7 @@ Echo_message "Begin installing grub-legacy..." Require_stagefile config bootstrap # Checking stage file -STAGE_FILE="binary_grub-legacy" -Check_stagefile "${STAGE_FILE}" +Check_stagefile # Acquire lock file Acquire_lockfile @@ -244,4 +243,4 @@ Save_package_cache binary Remove_package # Creating stage file -Create_stagefile "${STAGE_FILE}" +Create_stagefile |