From 3e3e8c2c64a36699f90fd52d5167b636590473b7 Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Thu, 12 Mar 2020 01:30:11 +0000 Subject: fix instances of broken stagefile handling mismatches in filenames between check and create Gbp-Dch: Short --- scripts/build/chroot_selinuxfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/chroot_selinuxfs') diff --git a/scripts/build/chroot_selinuxfs b/scripts/build/chroot_selinuxfs index ffd2204aa..7c847dfee 100755 --- a/scripts/build/chroot_selinuxfs +++ b/scripts/build/chroot_selinuxfs @@ -66,7 +66,7 @@ case "${1}" in fi # Removing stage file - rm -f .build/chroot_selinux + rm -f .build/chroot_selinuxfs ;; *) -- cgit v1.2.3