diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-02-01 03:14:27 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-02-01 08:59:51 +0100 |
commit | 4e53e75339d9a66422c8dcfbfa09a177c3622160 (patch) | |
tree | 3bdd585cb361c59d8bd4d1b2668bb96fa4dfb0b0 /source/ap/xorriso/xorriso.SlackBuild | |
parent | 2c78f43e266f5e7d7b0903f1199441ed19451a08 (diff) | |
download | current-4e53e75339d9a66422c8dcfbfa09a177c3622160.tar.gz |
Mon Feb 1 03:14:27 UTC 202120210201031427
d/python-pip-21.0.1-x86_64-1.txz: Upgraded.
e/emacs-27.1-x86_64-4.txz: Rebuilt.
Rebuilt using --with-pdumper=no and --with-dumping=unexec so that both
emacs-27.1-no-x11 and emacs-27.1-with-x11 will work with the installed files.
Thanks to Tonus.
extra/brltty/brltty-6.3-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/ap/xorriso/xorriso.SlackBuild')
-rwxr-xr-x | source/ap/xorriso/xorriso.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ap/xorriso/xorriso.SlackBuild b/source/ap/xorriso/xorriso.SlackBuild index 77f629f9..27ec3494 100755 --- a/source/ap/xorriso/xorriso.SlackBuild +++ b/source/ap/xorriso/xorriso.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=xorriso 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 |