diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-09-20 18:49:19 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-09-21 08:59:56 +0200 |
commit | b957c033af59dfa7cb549a0fe368e5efec72ebaf (patch) | |
tree | 26f1265ec0e2037c6a3146fc23fc552bad0666a6 /source/a | |
parent | 31debcee0bc3a19ea00d23d403be3d0d0facd4f8 (diff) | |
download | current-b957c033af59dfa7cb549a0fe368e5efec72ebaf.tar.gz |
Mon Sep 20 18:49:19 UTC 202120210920184919
a/acpid-2.0.33-x86_64-1.txz: Upgraded.
n/nghttp2-1.45.0-x86_64-1.txz: Upgraded.
n/samba-4.15.0-x86_64-1.txz: Upgraded.
x/libXi-1.8-x86_64-1.txz: Upgraded.
x/libva-2.13.0-x86_64-1.txz: Upgraded.
Build with enable_va_messaging=false to avoid console spam. Thanks to GazL.
x/wayland-protocols-1.23-noarch-1.txz: Upgraded.
x/xf86-input-libinput-1.2.0-x86_64-1.txz: Upgraded.
x/xorgproto-2021.5-x86_64-1.txz: Upgraded.
xap/pan-0.147-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/a')
-rwxr-xr-x | source/a/acpid/acpid.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/a/acpid/acpid.SlackBuild b/source/a/acpid/acpid.SlackBuild index 8ee9b633..dd735f7d 100755 --- a/source/a/acpid/acpid.SlackBuild +++ b/source/a/acpid/acpid.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2009, 2010, 2018 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2009, 2010, 2018, 2021 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=acpid -VERSION=${VERSION:-$(echo acpid-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +VERSION=${VERSION:-$(echo acpid-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: MARCH=$( uname -m ) @@ -69,7 +69,7 @@ rm -rf $PKG mkdir -p $TMP $PKG cd $TMP rm -rf acpid-$VERSION -tar xvf $CWD/acpid-$VERSION.tar.?z* || exit 1 +tar xvf $CWD/acpid-$VERSION.tar.?z || exit 1 cd acpid-$VERSION || exit 1 chown -R root:root . find . \ |