Fix error
This commit is contained in:
parent
f8a69e271b
commit
6bbc096456
2 changed files with 2 additions and 2 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -147,7 +147,7 @@ prepare() {
|
|||
### Add Clear Linux patches
|
||||
echo ":: prepare: patching kernel with Clear Linux patches"
|
||||
# shellcheck disable=SC2013
|
||||
for i in $(grep '^Patch' "${srcdir}"/cl-linux/linux.spec|grep -Ev '^Patch0132|^Patch0109|^Patch0118|^Patch0113|^Patch0138|^Patch0139|^Patch0147' | sed -n 's/.*: //p'); do
|
||||
for i in $(grep '^Patch' "${srcdir}"/cl-linux/linux.spec"|grep -Ev '^Patch0132|^Patch0109|^Patch0118|^Patch0113|^Patch0138|^Patch0139|^Patch0147' | sed -n 's/.*: //p'); do
|
||||
if [ -n "$_use_llvm_lto" ]; then
|
||||
if [ "${i}" == "0162-extra-optmization-flags.patch" ] ; then
|
||||
continue
|
||||
|
|
|
@ -63,7 +63,7 @@ prepare() {
|
|||
### Add Clear Linux patches
|
||||
echo ":: prepare: patching kernel with Clear Linux patches"
|
||||
# shellcheck disable=SC2013
|
||||
for i in $(grep '^Patch' "${srcdir}"/cl-linux/linux.spec|grep -Ev '^Patch0132|^Patch0109|^Patch0118|^Patch0113|^Patch0138|^Patch0139|^Patch0147' | sed -n 's/.*: //p'); do
|
||||
for i in $(grep '^Patch' "${srcdir}"/cl-linux/linux.spec"|grep -Ev '^Patch0132|^Patch0109|^Patch0118|^Patch0113|^Patch0138|^Patch0139|^Patch0147' | sed -n 's/.*: //p'); do
|
||||
if [ -n "$_use_llvm_lto" ]; then
|
||||
if [ "${i}" == "0162-extra-optmization-flags.patch" ] ; then
|
||||
continue
|
||||
|
|
Loading…
Reference in a new issue