summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--check-kernel.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 43a93b3..46dfa23 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ ETCDIR = /etc
BINDIR = /usr/bin
MANDIR = /usr/share/man
-VERSION = 0.6
+VERSION = 0.6.2
all: man.commons check-kernel check-kernel.conf check-kernel.1
diff --git a/check-kernel.in b/check-kernel.in
index 80c71e2..f9ae0a2 100644
--- a/check-kernel.in
+++ b/check-kernel.in
@@ -75,7 +75,7 @@ elif which pacman >/dev/null 2>&1; then
running=$(
uname -r | \
sed '
- s|-rpi$||
+ s|-rpi\(-legacy\)\?$||
t
s|-ARCH$||
s#\(\.0\)\?-ar\(ch\|tix\)#.#