diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/k/kernel-configs/config-generic-4.14.67 (renamed from source/k/kernel-configs/config-generic-4.14.66) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-generic-4.14.67.x64 (renamed from source/k/kernel-configs/config-generic-4.14.66.x64) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-generic-smp-4.14.67-smp (renamed from source/k/kernel-configs/config-generic-smp-4.14.66-smp) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-4.14.67 (renamed from source/k/kernel-configs/config-huge-4.14.66) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-4.14.67.x64 (renamed from source/k/kernel-configs/config-huge-4.14.66.x64) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-smp-4.14.67-smp (renamed from source/k/kernel-configs/config-huge-smp-4.14.66-smp) | 2 | ||||
-rwxr-xr-x | source/xap/gparted/gparted.SlackBuild | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/source/k/kernel-configs/config-generic-4.14.66 b/source/k/kernel-configs/config-generic-4.14.67 index 266945bd..826df85b 100644 --- a/source/k/kernel-configs/config-generic-4.14.66 +++ b/source/k/kernel-configs/config-generic-4.14.67 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.14.66 Kernel Configuration +# Linux/x86 4.14.67 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y diff --git a/source/k/kernel-configs/config-generic-4.14.66.x64 b/source/k/kernel-configs/config-generic-4.14.67.x64 index 1870a95e..2dc89006 100644 --- a/source/k/kernel-configs/config-generic-4.14.66.x64 +++ b/source/k/kernel-configs/config-generic-4.14.67.x64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.14.66 Kernel Configuration +# Linux/x86 4.14.67 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y diff --git a/source/k/kernel-configs/config-generic-smp-4.14.66-smp b/source/k/kernel-configs/config-generic-smp-4.14.67-smp index 278aad6b..5f7562d8 100644 --- a/source/k/kernel-configs/config-generic-smp-4.14.66-smp +++ b/source/k/kernel-configs/config-generic-smp-4.14.67-smp @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.14.66 Kernel Configuration +# Linux/x86 4.14.67 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y diff --git a/source/k/kernel-configs/config-huge-4.14.66 b/source/k/kernel-configs/config-huge-4.14.67 index ef145e4e..2a04674c 100644 --- a/source/k/kernel-configs/config-huge-4.14.66 +++ b/source/k/kernel-configs/config-huge-4.14.67 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.14.66 Kernel Configuration +# Linux/x86 4.14.67 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y diff --git a/source/k/kernel-configs/config-huge-4.14.66.x64 b/source/k/kernel-configs/config-huge-4.14.67.x64 index cd4a291f..4c2ef032 100644 --- a/source/k/kernel-configs/config-huge-4.14.66.x64 +++ b/source/k/kernel-configs/config-huge-4.14.67.x64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.14.66 Kernel Configuration +# Linux/x86 4.14.67 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y diff --git a/source/k/kernel-configs/config-huge-smp-4.14.66-smp b/source/k/kernel-configs/config-huge-smp-4.14.67-smp index 758981da..ec6ff1b1 100644 --- a/source/k/kernel-configs/config-huge-smp-4.14.66-smp +++ b/source/k/kernel-configs/config-huge-smp-4.14.67-smp @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.14.66 Kernel Configuration +# Linux/x86 4.14.67 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y diff --git a/source/xap/gparted/gparted.SlackBuild b/source/xap/gparted/gparted.SlackBuild index 2840afd5..fd6a1476 100755 --- a/source/xap/gparted/gparted.SlackBuild +++ b/source/xap/gparted/gparted.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=gparted VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j7 "} |