fix instances of broken stagefile handling
mismatches in filenames between check and create Gbp-Dch: Short
This commit is contained in:
parent
67930f3e6e
commit
3e3e8c2c64
|
@ -265,4 +265,4 @@ Save_package_cache binary
|
|||
Remove_package
|
||||
|
||||
# Creating stage file
|
||||
Create_stagefile .build/binary_grub
|
||||
Create_stagefile .build/binary_grub-legacy
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -66,7 +66,7 @@ case "${1}" in
|
|||
fi
|
||||
|
||||
# Removing stage file
|
||||
rm -f .build/chroot_selinux
|
||||
rm -f .build/chroot_selinuxfs
|
||||
;;
|
||||
|
||||
*)
|
||||
|
|
Loading…
Reference in New Issue