config: add apply_patch_changes function
This commit is contained in:
parent
d703c69384
commit
c7b19a492f
1 changed files with 8 additions and 0 deletions
|
|
@ -356,3 +356,11 @@ for FILE in "${FILES[@]}"; do
|
|||
fi
|
||||
done
|
||||
}
|
||||
|
||||
# Set function to apply patches from known directory.
|
||||
apply_patch_changes() {
|
||||
for patch in $(ls -v ${DATA}/patch_changes/*.patch)
|
||||
do
|
||||
patch_p1 $patch
|
||||
done
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue