From de878cc21718bade5d7dbd19d8cdfebc0176c155 Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Thu, 5 May 2016 16:55:35 +0100 Subject: [PATCH] build.sh: fix patches --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 11988a2..9a889f2 100755 --- a/build.sh +++ b/build.sh @@ -43,11 +43,12 @@ EOF fi QUILT_PATCHES=${SUB_STAGE_DIR}/${i}-patches mkdir -p ${i}-pc - ln -sf .pc ${i}-pc + ln -sf ${i}-pc .pc 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