Skip to content

Commit

Permalink
Update init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SamulKyull authored Apr 12, 2024
1 parent deaf85a commit 453f9bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,11 @@ cd ${VERSION}
echo Copying BSP files
cp -raf ${ROOT_PATH}/bsp .

# Applying Patches and Copy overlays
# Applying Patches and Copy overlays, CI
echo Applying Patches and overlays
cp -raf ${ROOT_PATH}/${PATCH_PATH}/${BRANCH}/*.patch .
cp -raf ${ROOT_PATH}/${PATCH_PATH}/${BRANCH}/overlays/* .
cp -raf ${ROOT_PATH}/.github .
for patchfile in *.patch; do
patch --binary -p1 < "$patchfile"
done
Expand Down

0 comments on commit 453f9bc

Please sign in to comment.