fix instances of broken stagefile handling

mismatches in filenames between check and create

Gbp-Dch: Short
This commit is contained in:
Lyndon Brown 2020-03-12 01:30:11 +00:00 committed by Raphaël Hertzog
parent 67930f3e6e
commit 3e3e8c2c64
4 changed files with 4 additions and 4 deletions

View File

@ -265,4 +265,4 @@ Save_package_cache binary
Remove_package
# Creating stage file
Create_stagefile .build/binary_grub
Create_stagefile .build/binary_grub-legacy

View File

@ -27,7 +27,7 @@ Echo_message "Begin copying binary includes..."
Require_stagefile .build/config .build/bootstrap
# Checking stage file
Check_stagefile .build/includes.binary
Check_stagefile .build/binary_includes
# Checking lock file
Check_lockfile .lock

View File

@ -34,7 +34,7 @@ Require_stagefile .build/config .build/bootstrap
Echo_message "Configuring file /etc/apt/sources.list"
# Checking stage file
Check_stagefile .build/chroot_archives
Check_stagefile .build/bootstrap_archives
# Checking lock file
Check_lockfile .lock

View File

@ -66,7 +66,7 @@ case "${1}" in
fi
# Removing stage file
rm -f .build/chroot_selinux
rm -f .build/chroot_selinuxfs
;;
*)