build.sh: fix patches
This commit is contained in:
parent
b61c63db8f
commit
de878cc217
1 changed files with 2 additions and 1 deletions
3
build.sh
3
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
|
||||
|
|
Loading…
Reference in a new issue