summaryrefslogtreecommitdiffstats
path: root/source/n
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-08-07 19:22:02 +0000
committer Eric Hameleers <alien@slackware.com>2023-08-07 22:02:06 +0200
commit34b273fa615b326da9f883aea3addf0abf1d0c07 (patch)
treec864325144800f1a71ffcb10184dd6a48c9c9cb3 /source/n
parent31c55fc7339635f9bca2fa05d79497867daca422 (diff)
downloadcurrent-34b273fa615b326da9f883aea3addf0abf1d0c07.tar.gz
current-34b273fa615b326da9f883aea3addf0abf1d0c07.tar.xz
Mon Aug 7 19:22:02 UTC 202320230807192202
a/sdparm-1.12-x86_64-3.txz: Rebuilt. Recompiled against sg3_utils-1.48. a/udisks-1.0.5-x86_64-11.txz: Rebuilt. Recompiled against sg3_utils-1.48. Does anything still need this? ap/vim-9.0.1678-x86_64-1.txz: Upgraded. Applied the last patch from Bram Moolenaar. RIP Bram, and thanks for your great work on VIM and your kindness to the orphan children in Uganda. If you'd like to honor Bram with a donation to his charity, please visit: https://iccf-holland.org/ d/mercurial-6.5.1-x86_64-1.txz: Upgraded. d/vala-0.56.10-x86_64-1.txz: Upgraded. kde/plasma-desktop-5.27.7.1-x86_64-1.txz: Upgraded. kde/sddm-0.20.0-x86_64-2.txz: Rebuilt. Eliminate duplicate log messages polluting the first virtual console. l/gtk4-4.10.5-x86_64-1.txz: Upgraded. l/gvfs-1.50.6-x86_64-1.txz: Upgraded. l/libgpod-0.8.3-x86_64-12.txz: Rebuilt. Recompiled against sg3_utils-1.48. l/netpbm-11.03.02-x86_64-1.txz: Upgraded. l/sg3_utils-1.48-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/speech-dispatcher-0.11.5-x86_64-1.txz: Upgraded. n/gnutls-3.8.1-x86_64-1.txz: Upgraded. n/nfs-utils-2.6.3-x86_64-2.txz: Rebuilt. Move 99-nfs.rules to the proper directory. Thanks to Petri Kaukasoina. xap/vim-gvim-9.0.1678-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n')
-rwxr-xr-xsource/n/nfs-utils/nfs-utils.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/n/nfs-utils/nfs-utils.SlackBuild b/source/n/nfs-utils/nfs-utils.SlackBuild
index f8de1a313..e7d6f333a 100755
--- a/source/n/nfs-utils/nfs-utils.SlackBuild
+++ b/source/n/nfs-utils/nfs-utils.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=nfs-utils
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -125,6 +125,9 @@ make install DESTDIR=$PKG || exit 1
# Don't ship .la files:
rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
+# Move udev rule:
+mv $PKG/usr/lib $PKG
+
# Add nfsmount.conf and man page:
cat ./utils/mount/nfsmount.conf > $PKG/etc/nfsmount.conf.new
mkdir -p $PKG/usr/man/man5