summaryrefslogtreecommitdiff
path: root/check-kernel.in
diff options
context:
space:
mode:
Diffstat (limited to 'check-kernel.in')
-rw-r--r--check-kernel.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/check-kernel.in b/check-kernel.in
index 0e9294e..7a6500c 100644
--- a/check-kernel.in
+++ b/check-kernel.in
@@ -74,6 +74,7 @@ if which pacman >/dev/null 2>&1; then
uniq -d
} | \
cut -d' ' -f2 | \
+ sed 's/\.arch/./' | \
sort -V | \
tail -n1
)