diff options
Diffstat (limited to 'system/multipath-tools/multipath-tools.SlackBuild')
-rw-r--r-- | system/multipath-tools/multipath-tools.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/multipath-tools/multipath-tools.SlackBuild b/system/multipath-tools/multipath-tools.SlackBuild index aeb07b648499e..3324430d5943f 100644 --- a/system/multipath-tools/multipath-tools.SlackBuild +++ b/system/multipath-tools/multipath-tools.SlackBuild @@ -1,5 +1,6 @@ #!/bin/bash # Copyright 2014,2018 Nikos Yotis <nikos.giotis@gmail.com> +# Copyright 2021 Mario Preksavec, Zagreb, Croatia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=multipath-tools -VERSION=${VERSION:-0.7.8} -SRCNAM="index.html?p=multipath-tools%2F.git;a=snapshot;sf=tgz;h=refs%2Ftags%2F$VERSION" +VERSION=${VERSION:-0.8.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -71,7 +71,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$SRCNAM +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION # Patch for slackware compatibility @@ -110,7 +110,7 @@ chmod 644 $PKG/etc/multipath.conf.new # Docs mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - COPYING README README.alua $CWD/README.SLACKWARE \ + COPYING README.alua README.md $CWD/README.SLACKWARE \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |