diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-05-17 19:12:54 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-05-18 08:59:55 +0200 |
commit | 9a7688d56afb84a4619a088de98ba78ac5f996b5 (patch) | |
tree | 09b28d8ce805faa027c0bf5063734185ea483ff7 /source/l/libusb-compat/libusb-compat.SlackBuild | |
parent | af7419df40001d15bac45ff746d05b9f659146c5 (diff) | |
download | current-9a7688d56afb84a4619a088de98ba78ac5f996b5.tar.gz current-9a7688d56afb84a4619a088de98ba78ac5f996b5.tar.xz |
Mon May 17 19:12:54 UTC 202120210517191254
l/libusb-compat-0.1.7-x86_64-1.txz: Upgraded.
xap/mozilla-thunderbird-78.10.2-x86_64-1.txz: Upgraded.
This release contains security fixes and improvements.
For more information, see:
https://www.mozilla.org/en-US/thunderbird/78.10.2/releasenotes/
(* Security fix *)
extra/fltk/fltk-1.3.6-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rwxr-xr-x | source/l/libusb-compat/libusb-compat.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/l/libusb-compat/libusb-compat.SlackBuild b/source/l/libusb-compat/libusb-compat.SlackBuild index 2227069ff..162b60a50 100755 --- a/source/l/libusb-compat/libusb-compat.SlackBuild +++ b/source/l/libusb-compat/libusb-compat.SlackBuild @@ -23,8 +23,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libusb-compat -VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-5} +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -81,7 +81,7 @@ mkdir -p $TMP $PKG cd $TMP rm -rf $PKGNAM-$VERSION -tar xvf $CWD/$PKGNAM-$VERSION.tar.?z* || exit 1 +tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1 cd $PKGNAM-$VERSION || exit 1 chown -R root:root . |