Skip to content

functions: allow tailing `+` for custom kernel build upon git trees

Created by: adam900710

For kernels build upon git trees, any non-tag commit will append a '+' char to kernel version.

This means the current fallback method will cut off the tailing '+' and cause mkinitcpio failure for suck cases.

Signed-off-by: Qu Wenruo wqu@suse.com

Merge request reports