diff options
Diffstat (limited to 'source')
-rwxr-xr-x | source/a/exfatprogs/exfatprogs.SlackBuild | 2 | ||||
-rw-r--r-- | source/a/sysvinit-scripts/scripts/rc.S | 6 | ||||
-rwxr-xr-x | source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild | 4 | ||||
-rw-r--r-- | source/k/kernel-configs/config-generic-5.10.32 (renamed from source/k/kernel-configs/config-generic-5.10.31) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-generic-5.10.32.x64 (renamed from source/k/kernel-configs/config-generic-5.10.31.x64) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-generic-smp-5.10.32-smp (renamed from source/k/kernel-configs/config-generic-smp-5.10.31-smp) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-5.10.32 (renamed from source/k/kernel-configs/config-huge-5.10.31) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-5.10.32.x64 (renamed from source/k/kernel-configs/config-huge-5.10.31.x64) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-smp-5.10.32-smp (renamed from source/k/kernel-configs/config-huge-smp-5.10.31-smp) | 2 | ||||
-rwxr-xr-x | source/l/libdvdnav/libdvdnav.SlackBuild | 2 |
10 files changed, 14 insertions, 12 deletions
diff --git a/source/a/exfatprogs/exfatprogs.SlackBuild b/source/a/exfatprogs/exfatprogs.SlackBuild index a29b0de8..f8390aa2 100755 --- a/source/a/exfatprogs/exfatprogs.SlackBuild +++ b/source/a/exfatprogs/exfatprogs.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=exfatprogs VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/a/sysvinit-scripts/scripts/rc.S b/source/a/sysvinit-scripts/scripts/rc.S index 90406546..03bd9ece 100644 --- a/source/a/sysvinit-scripts/scripts/rc.S +++ b/source/a/sysvinit-scripts/scripts/rc.S @@ -7,8 +7,10 @@ PATH=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin -# Try to mount /proc: -/sbin/mount -v proc /proc -n -t proc 2> /dev/null +# Mount /proc if it is not already mounted: +if [ ! -r /proc/self/mounts ]; then + /sbin/mount -v proc /proc -n -t proc 2> /dev/null +fi # Mount sysfs next, if the kernel supports it: if [ -d /sys ]; then diff --git a/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild b/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild index d97b63e2..7c126419 100755 --- a/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild +++ b/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild @@ -23,9 +23,9 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=sysvinit-scripts -VERSION=${VERSION:-2.1} +VERSION=${VERSION:-15.0} ARCH=noarch -BUILD=${BUILD:-41} +BUILD=${BUILD:-1} # If the variable PRINT_PACKAGE_NAME is set, then this script will report what # the name of the created package would be, and then exit. This information diff --git a/source/k/kernel-configs/config-generic-5.10.31 b/source/k/kernel-configs/config-generic-5.10.32 index 613e038c..38836eef 100644 --- a/source/k/kernel-configs/config-generic-5.10.31 +++ b/source/k/kernel-configs/config-generic-5.10.32 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.31 Kernel Configuration +# Linux/x86 5.10.32 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.3.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-generic-5.10.31.x64 b/source/k/kernel-configs/config-generic-5.10.32.x64 index 50be57f0..e9b2ba65 100644 --- a/source/k/kernel-configs/config-generic-5.10.31.x64 +++ b/source/k/kernel-configs/config-generic-5.10.32.x64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.31 Kernel Configuration +# Linux/x86 5.10.32 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.3.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-generic-smp-5.10.31-smp b/source/k/kernel-configs/config-generic-smp-5.10.32-smp index c09d11a5..49430614 100644 --- a/source/k/kernel-configs/config-generic-smp-5.10.31-smp +++ b/source/k/kernel-configs/config-generic-smp-5.10.32-smp @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.31 Kernel Configuration +# Linux/x86 5.10.32 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.3.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-huge-5.10.31 b/source/k/kernel-configs/config-huge-5.10.32 index 1d1158cc..2478b0a2 100644 --- a/source/k/kernel-configs/config-huge-5.10.31 +++ b/source/k/kernel-configs/config-huge-5.10.32 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.31 Kernel Configuration +# Linux/x86 5.10.32 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.3.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-huge-5.10.31.x64 b/source/k/kernel-configs/config-huge-5.10.32.x64 index f4bdf563..c78af719 100644 --- a/source/k/kernel-configs/config-huge-5.10.31.x64 +++ b/source/k/kernel-configs/config-huge-5.10.32.x64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.31 Kernel Configuration +# Linux/x86 5.10.32 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.3.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-huge-smp-5.10.31-smp b/source/k/kernel-configs/config-huge-smp-5.10.32-smp index 22d1d87a..cf18fcae 100644 --- a/source/k/kernel-configs/config-huge-smp-5.10.31-smp +++ b/source/k/kernel-configs/config-huge-smp-5.10.32-smp @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.31 Kernel Configuration +# Linux/x86 5.10.32 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.3.0" CONFIG_CC_IS_GCC=y diff --git a/source/l/libdvdnav/libdvdnav.SlackBuild b/source/l/libdvdnav/libdvdnav.SlackBuild index f8cf270d..0c06e997 100755 --- a/source/l/libdvdnav/libdvdnav.SlackBuild +++ b/source/l/libdvdnav/libdvdnav.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libdvdnav VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-4} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |