sys-kernel/decade-sources: fix local patching (2/2)
This commit is contained in:
parent
7a9f205ff4
commit
6eaa65356c
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ DECADE_PATCHES=(
|
|||
)
|
||||
|
||||
src_prepare() {
|
||||
for P in ${DECADE_PATCHES}; do
|
||||
for P in ${DECADE_PATCHES[@]}; do
|
||||
eapply "${P}"
|
||||
done
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue