diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-10-26 20:24:28 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-10-27 08:59:49 +0100 |
commit | 97a24c03c221f9da261a733691167dd1c701e823 (patch) | |
tree | 1d5d60b00e3762b909bf8051e66b227b7f338afb /source/a | |
parent | 7e354ebac35f9b1630bc52a2019fe095d3fb3f25 (diff) | |
download | current-97a24c03c221f9da261a733691167dd1c701e823.tar.gz |
Mon Oct 26 20:24:28 UTC 202020201026202428
l/libbluray-1.2.1-x86_64-1.txz: Upgraded.
n/libassuan-2.5.4-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.2-x86_64-2.txz: Rebuilt.
Comment out debugging lines from exportfs.c, probably left in by mistake.
Thanks to upnort.
x/libva-2.9.1-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/a')
-rwxr-xr-x | source/a/kmod/kmod.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/a/kmod/kmod.SlackBuild b/source/a/kmod/kmod.SlackBuild index 3b21ce86..90eb3432 100755 --- a/source/a/kmod/kmod.SlackBuild +++ b/source/a/kmod/kmod.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=kmod VERSION=${VERSION:-27} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in |