From 5e423d0851f0c42cd2c23274a8207006c69dfb0f Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Thu, 12 Mar 2020 01:38:58 +0000 Subject: fix instances of bad stagefile creation circumstances theres no point in creation of stagefiles being kept within a conditional block of work. if the script completes with success then it should create its stagefile to thus avoid repeating any work that it might have done should it get re-run without being forced. Gbp-Dch: Short --- scripts/build/chroot_includes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/build/chroot_includes') diff --git a/scripts/build/chroot_includes b/scripts/build/chroot_includes index bda5caf93..603d58256 100755 --- a/scripts/build/chroot_includes +++ b/scripts/build/chroot_includes @@ -45,7 +45,7 @@ then Echo_message "Extracting the tarball in the chroot..." Chroot chroot "tar -xvf includes.chroot.tar --no-same-owner --keep-directory-symlink --overwrite" rm chroot/includes.chroot.tar - - # Creating stage file - Create_stagefile .build/includes.chroot fi + +# Creating stage file +Create_stagefile .build/includes.chroot -- cgit v1.2.3