generated from general-packages/pika-pkg-template
Update main.sh
This commit is contained in:
parent
806ba58725
commit
121f47941b
8
main.sh
8
main.sh
@ -41,6 +41,14 @@ then
|
||||
patch -Np1 -i ../patches/patches/$i || bash -c "echo "Applying Patch $i Failed!" && exit 2"
|
||||
done
|
||||
fi
|
||||
if [ -f ../native-series ]
|
||||
then
|
||||
for i in $(cat ../native-series)
|
||||
do
|
||||
echo "Applying Patch: $i"
|
||||
patch -Np1 -i ../patches/patches/$i || bash -c "echo "Applying Patch $i Failed!" && exit 2"
|
||||
done
|
||||
fi
|
||||
fi
|
||||
|
||||
# Reversion changelog
|
||||
|
Loading…
Reference in New Issue
Block a user