Merge pull request #8 from staroselskii/pr-fix-network-interfaces-for-lite-image

Fix for patchsets with same names in substages
pull/9/head
XECDesign 2016-07-30 02:41:03 +10:00 committed by GitHub
commit 2413210a6f
1 changed files with 3 additions and 2 deletions

View File

@ -42,8 +42,9 @@ EOF
rm -rf *-pc
fi
QUILT_PATCHES=${SUB_STAGE_DIR}/${i}-patches
mkdir -p ${i}-pc
ln -sf ${i}-pc .pc
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
if [ -e ${SUB_STAGE_DIR}/${i}-patches/EDIT ]; then
echo "Dropping into bash to edit patches..."
bash