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/binary_loadlin | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'scripts/build/binary_loadlin') diff --git a/scripts/build/binary_loadlin b/scripts/build/binary_loadlin index 7bdeb8778..5719c3dad 100755 --- a/scripts/build/binary_loadlin +++ b/scripts/build/binary_loadlin @@ -85,12 +85,11 @@ cat > binary/install/gtk/install.bat << EOF EOF fi - - # Creating stage file - Create_stagefile .build/binary_loadlin ;; - *) Echo_warning "loadlin inclusion is set to true but not compatible with your architecture, ignoring." ;; esac + +# Creating stage file +Create_stagefile .build/binary_loadlin -- cgit v1.2.3