diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2023-03-17 20:12:03 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2023-03-17 23:40:30 +0100 |
commit | 0a9c4a21e16a4b14718a29c1cd1e58a2800926c1 (patch) | |
tree | 81fbd4e793eb3fc8e766b10653a2b6b501b05f8d /source/ap/squashfs-tools | |
parent | 4ad66992c6edc532893fb7e4b205c3897830ab54 (diff) | |
download | current-0a9c4a21e16a4b14718a29c1cd1e58a2800926c1.tar.gz current-0a9c4a21e16a4b14718a29c1cd1e58a2800926c1.tar.xz |
Fri Mar 17 20:12:03 UTC 202320230317201203
Happy Saint Paddy's Day! :-)
a/kernel-generic-6.1.20-x86_64-1.txz: Upgraded.
a/kernel-huge-6.1.20-x86_64-1.txz: Upgraded.
a/kernel-modules-6.1.20-x86_64-1.txz: Upgraded.
ap/squashfs-tools-4.5.1-x86_64-2.txz: Rebuilt.
Include the manpages in the package. Thanks to marav.
d/kernel-headers-6.1.20-x86-1.txz: Upgraded.
k/kernel-source-6.1.20-noarch-1.txz: Upgraded.
x/libXaw-1.0.15-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/ap/squashfs-tools')
-rwxr-xr-x | source/ap/squashfs-tools/squashfs-tools.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/ap/squashfs-tools/squashfs-tools.SlackBuild b/source/ap/squashfs-tools/squashfs-tools.SlackBuild index 200a66d83..5676784af 100755 --- a/source/ap/squashfs-tools/squashfs-tools.SlackBuild +++ b/source/ap/squashfs-tools/squashfs-tools.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash # Copyright 2015, 2018 Eric Hameleers, Eindhoven, NL -# Copyright 2017, 2018, 2021 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2017, 2018, 2021, 2023 Patrick J. Volkerding, Sebeka, Minnesota, 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=squashfs-tools VERSION=${VERSION:-$( echo squashfs-tools*.tar.?z | cut -d- -f3- | rev | cut -f3- -d . | rev )} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -101,7 +101,7 @@ make $NUMJOBS \ COMP_DEFAULT="xz" || exit 1 # Install: -make install INSTALL_DIR=$PKG/usr/bin || exit 1 +make install INSTALL_DIR=$PKG/usr/bin INSTALL_MANPAGES_DIR=$PKG/usr/man/man1 || exit 1 # Fix (if needed) broken symlinks: ( cd $PKG/usr/bin |