mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-26 08:01:14 +02:00
eclass/kernel-2: Sync with Gentoo
It's from Gentoo commit 9ee6cf6c1f64d7cd7214353d0a71fde1d8daea5b.
This commit is contained in:
parent
4725825d65
commit
6cc8b6c297
@ -877,7 +877,7 @@ install_sources() {
|
|||||||
dodir /usr/src
|
dodir /usr/src
|
||||||
einfo ">>> Copying sources ..."
|
einfo ">>> Copying sources ..."
|
||||||
|
|
||||||
file="$(find ${WORKDIR} -iname "docs" -type d)"
|
file="$(find "${WORKDIR}" -iname "docs" -type d)"
|
||||||
if [[ -n ${file} ]]; then
|
if [[ -n ${file} ]]; then
|
||||||
for file in $(find ${file} -type f); do
|
for file in $(find ${file} -type f); do
|
||||||
echo "${file//*docs\/}" >> "${S}"/patches.txt
|
echo "${file//*docs\/}" >> "${S}"/patches.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user