diff options
Diffstat (limited to 'eclass/kernel-install.eclass')
| -rw-r--r-- | eclass/kernel-install.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/kernel-install.eclass b/eclass/kernel-install.eclass index a700c13e7874..e3357cda0fd6 100644 --- a/eclass/kernel-install.eclass +++ b/eclass/kernel-install.eclass @@ -97,6 +97,7 @@ kernel-install_update_symlink() { local symlink_target=$(readlink "${target}") local symlink_ver=${symlink_target#${target##*/}-} local updated= + symlink_ver=${symlink_ver%${KV_LOCALVERSION}} if [[ ${symlink_target} == ${target##*/}-* && \ -z ${symlink_ver//[0-9.]/} ]] then |
