Merge pull request #8 from staroselskii/pr-fix-network-interfaces-for-lite-image
Fix for patchsets with same names in substages
This commit is contained in:
commit
2413210a6f
1 changed files with 3 additions and 2 deletions
5
build.sh
5
build.sh
|
@ -42,8 +42,9 @@ EOF
|
||||||
rm -rf *-pc
|
rm -rf *-pc
|
||||||
fi
|
fi
|
||||||
QUILT_PATCHES=${SUB_STAGE_DIR}/${i}-patches
|
QUILT_PATCHES=${SUB_STAGE_DIR}/${i}-patches
|
||||||
mkdir -p ${i}-pc
|
SUB_STAGE_QUILT_PATCH_DIR="$(basename $SUB_STAGE_DIR)-pc"
|
||||||
ln -sf ${i}-pc .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
|
if [ -e ${SUB_STAGE_DIR}/${i}-patches/EDIT ]; then
|
||||||
echo "Dropping into bash to edit patches..."
|
echo "Dropping into bash to edit patches..."
|
||||||
bash
|
bash
|
||||||
|
|
Loading…
Reference in a new issue