From 121f47941b71333ddb807a6b05be6990076904e5 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (CosmicFusion)" Date: Mon, 5 Aug 2024 22:35:55 +0200 Subject: [PATCH] Update main.sh --- main.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/main.sh b/main.sh index 96aa03a9d..6574cd6c9 100755 --- a/main.sh +++ b/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