diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2023-06-12 20:37:03 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2023-06-13 00:02:22 +0200 |
commit | 7da4809348c684aacb051389cd36e09088933812 (patch) | |
tree | 57eca363426e87f91979c0444d00d81adaa3b0af /source/ap/xorriso | |
parent | 32df5704da32e7b74e0aeee3c07f92bf9f741934 (diff) | |
download | current-7da4809348c684aacb051389cd36e09088933812.tar.gz current-7da4809348c684aacb051389cd36e09088933812.tar.xz |
Mon Jun 12 20:37:03 UTC 202320230612203703
ap/xorriso-1.5.6.pl01-x86_64-1.txz: Upgraded.
d/rust-1.69.0-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p17-x86_64-2.txz: Rebuilt.
Fixed typo in ntp.conf comments.
Fixed logic in ntp.logrotate to allow proper rotation on systems where ntpd
is not automatically started at boot.
Thanks to allend.
x/xkeyboard-config-2.39-noarch-1.txz: Upgraded.
testing/packages/rust-1.70.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/ap/xorriso')
-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 5ee093ca9..9f2adbfec 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 |