summaryrefslogtreecommitdiffstats
path: root/source/k
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/k/kernel-configs/config-generic-5.19.7 (renamed from source/k/kernel-configs/config-generic-5.19.6)2
-rw-r--r--source/k/kernel-configs/config-generic-5.19.7.x64 (renamed from source/k/kernel-configs/config-generic-5.19.6.x64)2
-rw-r--r--source/k/kernel-configs/config-generic-smp-5.19.7-smp (renamed from source/k/kernel-configs/config-generic-smp-5.19.6-smp)2
-rw-r--r--source/k/kernel-configs/config-huge-5.19.7 (renamed from source/k/kernel-configs/config-huge-5.19.6)2
-rw-r--r--source/k/kernel-configs/config-huge-5.19.7.x64 (renamed from source/k/kernel-configs/config-huge-5.19.6.x64)2
-rw-r--r--source/k/kernel-configs/config-huge-smp-5.19.7-smp (renamed from source/k/kernel-configs/config-huge-smp-5.19.6-smp)2
-rwxr-xr-xsource/kde/kColorPicker/kColorPicker.SlackBuild2
-rwxr-xr-xsource/kde/kImageAnnotator/kImageAnnotator.SlackBuild2
8 files changed, 8 insertions, 8 deletions
diff --git a/source/k/kernel-configs/config-generic-5.19.6 b/source/k/kernel-configs/config-generic-5.19.7
index 7ecc7ae77..054f3b6e6 100644
--- a/source/k/kernel-configs/config-generic-5.19.6
+++ b/source/k/kernel-configs/config-generic-5.19.7
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.19.6 Kernel Configuration
+# Linux/x86 5.19.7 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-generic-5.19.6.x64 b/source/k/kernel-configs/config-generic-5.19.7.x64
index af6b1f02f..26ed13cd9 100644
--- a/source/k/kernel-configs/config-generic-5.19.6.x64
+++ b/source/k/kernel-configs/config-generic-5.19.7.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.19.6 Kernel Configuration
+# Linux/x86 5.19.7 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-generic-smp-5.19.6-smp b/source/k/kernel-configs/config-generic-smp-5.19.7-smp
index f4365c60a..a1fee609b 100644
--- a/source/k/kernel-configs/config-generic-smp-5.19.6-smp
+++ b/source/k/kernel-configs/config-generic-smp-5.19.7-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.19.6 Kernel Configuration
+# Linux/x86 5.19.7 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-huge-5.19.6 b/source/k/kernel-configs/config-huge-5.19.7
index 32c0d5631..15eaf702a 100644
--- a/source/k/kernel-configs/config-huge-5.19.6
+++ b/source/k/kernel-configs/config-huge-5.19.7
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.19.6 Kernel Configuration
+# Linux/x86 5.19.7 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-huge-5.19.6.x64 b/source/k/kernel-configs/config-huge-5.19.7.x64
index 28594da78..f017b912d 100644
--- a/source/k/kernel-configs/config-huge-5.19.6.x64
+++ b/source/k/kernel-configs/config-huge-5.19.7.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.19.6 Kernel Configuration
+# Linux/x86 5.19.7 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-huge-smp-5.19.6-smp b/source/k/kernel-configs/config-huge-smp-5.19.7-smp
index c126755f6..7a45d7792 100644
--- a/source/k/kernel-configs/config-huge-smp-5.19.6-smp
+++ b/source/k/kernel-configs/config-huge-smp-5.19.7-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.19.6 Kernel Configuration
+# Linux/x86 5.19.7 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/kde/kColorPicker/kColorPicker.SlackBuild b/source/kde/kColorPicker/kColorPicker.SlackBuild
index ba9546ead..c90a5d737 100755
--- a/source/kde/kColorPicker/kColorPicker.SlackBuild
+++ b/source/kde/kColorPicker/kColorPicker.SlackBuild
@@ -30,7 +30,7 @@ BUILD=${BUILD:-1}
if [ -z "$ARCH" ]; then
case "$(uname -m)" in
i?86) ARCH=i586 ;;
- arm*) readelf /usr/bin/file -A | egrep -q "Tag_CPU.*[4,5]" && ARCH=arm || ARCH=armv7hl ;;
+ arm*) readelf /usr/bin/file -A | grep -E -q "Tag_CPU.*[4,5]" && ARCH=arm || ARCH=armv7hl ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$(uname -m) ;;
esac
diff --git a/source/kde/kImageAnnotator/kImageAnnotator.SlackBuild b/source/kde/kImageAnnotator/kImageAnnotator.SlackBuild
index e3a3ba806..46a5332a0 100755
--- a/source/kde/kImageAnnotator/kImageAnnotator.SlackBuild
+++ b/source/kde/kImageAnnotator/kImageAnnotator.SlackBuild
@@ -30,7 +30,7 @@ BUILD=${BUILD:-1}
if [ -z "$ARCH" ]; then
case "$(uname -m)" in
i?86) ARCH=i586 ;;
- arm*) readelf /usr/bin/file -A | egrep -q "Tag_CPU.*[4,5]" && ARCH=arm || ARCH=armv7hl ;;
+ arm*) readelf /usr/bin/file -A | grep -E -q "Tag_CPU.*[4,5]" && ARCH=arm || ARCH=armv7hl ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$(uname -m) ;;
esac