lint
This commit is contained in:
parent
cc3bed22ed
commit
118cd9107d
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ license="GPL-2.0"
|
|||
for _i in $source; do
|
||||
case $_i in
|
||||
config-*.$CARCH)
|
||||
f=${_i%."$CARCH"}
|
||||
_f=${_i%."$CARCH"}
|
||||
_f=${_f#config-changes-}
|
||||
_flavors="$_flavors $_f"
|
||||
[ "linux-$_f" != "$pkgname" ] && subpackages="$subpackages linux-$_f::$CBUILD_ARCH"
|
||||
|
|
Loading…
Reference in a new issue