From a90b6bd0943a517efc8720b5097f622d0d7c7e64 Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Fri, 7 Jun 2019 15:41:33 +0100 Subject: [PATCH] build.sh: run quilt upgrade before editing patches --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 084d5c6..5397330 100755 --- a/build.sh +++ b/build.sh @@ -46,11 +46,11 @@ EOF SUB_STAGE_QUILT_PATCH_DIR="$(basename "$SUB_STAGE_DIR")-pc" mkdir -p "$SUB_STAGE_QUILT_PATCH_DIR" ln -snf "$SUB_STAGE_QUILT_PATCH_DIR" .pc + quilt upgrade if [ -e "${SUB_STAGE_DIR}/${i}-patches/EDIT" ]; then echo "Dropping into bash to edit patches..." bash fi - quilt upgrade RC=0 quilt push -a || RC=$? case "$RC" in