You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting the _custom_pkgbase to something with tkg, e.g. linux-tkg, the kernel name will be 6.10.2-273linux-tkg instead of 6.10.2-273-linux-tkg.
Here's where it happens in the prepare script:
OS: Arch
Kernel: 6.10.2
When setting the
_custom_pkgbase
to something withtkg
, e.g.linux-tkg
, the kernel name will be6.10.2-273linux-tkg
instead of6.10.2-273-linux-tkg
.Here's where it happens in the prepare script:
linux-tkg/linux-tkg-config/prepare
Lines 655 to 658 in 2716916
Note that there'll be no
-
between the${pkgrel}
and${_custom_pkgbase}
if$_custom_pkgbase
includestkg
.Don't have time to create a fix PR, sorry 😅 Should be easy to fix though!
The text was updated successfully, but these errors were encountered: