This commit is contained in:
build@apk-groulx 2023-04-23 06:00:34 +00:00
parent cc3bed22ed
commit 118cd9107d

View file

@ -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"