mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 06:56:29 +00:00
Fix patch script
This commit is contained in:
parent
f203ed322b
commit
cba8e0edcc
@ -1,8 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
BUILDROOT_PATCHES="buildroot-patches/"
|
for patch_file in buildroot-patches/*; do
|
||||||
|
|
||||||
for patch_file in "$BUILDROOT_PATCHES"; do
|
|
||||||
patch -d buildroot/ -p1 < ${patch_file};
|
patch -d buildroot/ -p1 < ${patch_file};
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user