diff options
Diffstat (limited to 'source/n')
-rwxr-xr-x | source/n/iw/iw.SlackBuild | 6 | ||||
-rw-r--r-- | source/n/iw/iw.url | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/source/n/iw/iw.SlackBuild b/source/n/iw/iw.SlackBuild index 3addeeb0..e565151a 100755 --- a/source/n/iw/iw.SlackBuild +++ b/source/n/iw/iw.SlackBuild @@ -24,8 +24,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=iw -VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +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 @@ -64,7 +64,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT 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 . find . \ diff --git a/source/n/iw/iw.url b/source/n/iw/iw.url index 1532c539..258840b4 100644 --- a/source/n/iw/iw.url +++ b/source/n/iw/iw.url @@ -1,2 +1 @@ -HOMEPAGE="http://wireless.kernel.org/en/users/Documentation/iw" -DOWNLOAD="https://www.kernel.org/pub/software/network/iw/iw-4.14.tar.xz" +https://www.kernel.org/pub/software/network/iw |