summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rwxr-xr-xsource/ap/neofetch/neofetch.SlackBuild10
-rw-r--r--source/k/kernel-configs/config-generic-5.14.2 (renamed from source/k/kernel-configs/config-generic-5.14.1)2
-rw-r--r--source/k/kernel-configs/config-generic-5.14.2.x64 (renamed from source/k/kernel-configs/config-generic-5.14.1.x64)2
-rw-r--r--source/k/kernel-configs/config-generic-smp-5.14.2-smp (renamed from source/k/kernel-configs/config-generic-smp-5.14.1-smp)2
-rw-r--r--source/k/kernel-configs/config-huge-5.14.2 (renamed from source/k/kernel-configs/config-huge-5.14.1)2
-rw-r--r--source/k/kernel-configs/config-huge-5.14.2.x64 (renamed from source/k/kernel-configs/config-huge-5.14.1.x64)2
-rw-r--r--source/k/kernel-configs/config-huge-smp-5.14.2-smp (renamed from source/k/kernel-configs/config-huge-smp-5.14.1-smp)2
-rwxr-xr-xsource/n/wget/wget.SlackBuild2
8 files changed, 15 insertions, 9 deletions
diff --git a/source/ap/neofetch/neofetch.SlackBuild b/source/ap/neofetch/neofetch.SlackBuild
index 82efec5d6..821ceab8b 100755
--- a/source/ap/neofetch/neofetch.SlackBuild
+++ b/source/ap/neofetch/neofetch.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2020 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2020, 2021 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=neofetch
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -80,6 +80,12 @@ find . \
PREFIX=/usr MANDIR=/usr/man DESTDIR=$PKG make install || exit 1
+# MANDIR has been known to be ignored:
+if [ -d $PKG/usr/share/man ]; then
+ mv $PKG/usr/share/man $PKG/usr
+ rmdir $PKG/usr/share
+fi
+
# Compress and link manpages, if any:
if [ -d $PKG/usr/man ]; then
( cd $PKG/usr/man
diff --git a/source/k/kernel-configs/config-generic-5.14.1 b/source/k/kernel-configs/config-generic-5.14.2
index 876930a9f..a7a351323 100644
--- a/source/k/kernel-configs/config-generic-5.14.1
+++ b/source/k/kernel-configs/config-generic-5.14.2
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.14.1 Kernel Configuration
+# Linux/x86 5.14.2 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-generic-5.14.1.x64 b/source/k/kernel-configs/config-generic-5.14.2.x64
index d997fd9a3..c9bedf80a 100644
--- a/source/k/kernel-configs/config-generic-5.14.1.x64
+++ b/source/k/kernel-configs/config-generic-5.14.2.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.14.1 Kernel Configuration
+# Linux/x86 5.14.2 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-generic-smp-5.14.1-smp b/source/k/kernel-configs/config-generic-smp-5.14.2-smp
index fd61e4700..55efa3f9d 100644
--- a/source/k/kernel-configs/config-generic-smp-5.14.1-smp
+++ b/source/k/kernel-configs/config-generic-smp-5.14.2-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.14.1 Kernel Configuration
+# Linux/x86 5.14.2 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-huge-5.14.1 b/source/k/kernel-configs/config-huge-5.14.2
index 8d8aff122..15057a711 100644
--- a/source/k/kernel-configs/config-huge-5.14.1
+++ b/source/k/kernel-configs/config-huge-5.14.2
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.14.1 Kernel Configuration
+# Linux/x86 5.14.2 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-huge-5.14.1.x64 b/source/k/kernel-configs/config-huge-5.14.2.x64
index 430393861..74170659d 100644
--- a/source/k/kernel-configs/config-huge-5.14.1.x64
+++ b/source/k/kernel-configs/config-huge-5.14.2.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.14.1 Kernel Configuration
+# Linux/x86 5.14.2 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-huge-smp-5.14.1-smp b/source/k/kernel-configs/config-huge-smp-5.14.2-smp
index ac64d8848..998d6e2e0 100644
--- a/source/k/kernel-configs/config-huge-smp-5.14.1-smp
+++ b/source/k/kernel-configs/config-huge-smp-5.14.2-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.14.1 Kernel Configuration
+# Linux/x86 5.14.2 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/n/wget/wget.SlackBuild b/source/n/wget/wget.SlackBuild
index 476fb2995..e4073927b 100755
--- a/source/n/wget/wget.SlackBuild
+++ b/source/n/wget/wget.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=wget
VERSION=${VERSION:-$(echo wget-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}