diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-07-01 18:49:11 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-07-02 09:00:34 +0200 |
commit | 925fbfa5e9784cf254634c67415ff2de76a6cfa4 (patch) | |
tree | f18bd7ca68155408041fc01b84ddda66903e7124 /source/a/pciutils | |
parent | fee929a9dacac7582114c08bf9e84e5aa7c81d85 (diff) | |
download | current-925fbfa5e9784cf254634c67415ff2de76a6cfa4.tar.gz |
Sun Jul 1 18:49:11 UTC 201820180701184911
a/pciutils-3.6.0-x86_64-1.txz: Upgraded.
a/sysvinit-scripts-2.1-noarch-13.txz: Rebuilt.
rc.M: remove sockets from /tmp/.X11-unix/. Thanks to Xsane.
n/NetworkManager-1.12.0-x86_64-2.txz: Rebuilt.
Recompiled with --with-libnm-glib. Thanks to Skaendo.
Diffstat (limited to 'source/a/pciutils')
-rwxr-xr-x | source/a/pciutils/pciutils.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/a/pciutils/pciutils.SlackBuild b/source/a/pciutils/pciutils.SlackBuild index 22bb8e38..f6007450 100755 --- a/source/a/pciutils/pciutils.SlackBuild +++ b/source/a/pciutils/pciutils.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=pciutils VERSION=${VERSION:-$(echo pciutils-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:--j7} |