summaryrefslogtreecommitdiffstats
path: root/ham/cqrlog/cqrlog.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'ham/cqrlog/cqrlog.SlackBuild')
-rw-r--r--ham/cqrlog/cqrlog.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/ham/cqrlog/cqrlog.SlackBuild b/ham/cqrlog/cqrlog.SlackBuild
index 6c488e231f..bf4472277a 100644
--- a/ham/cqrlog/cqrlog.SlackBuild
+++ b/ham/cqrlog/cqrlog.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=cqrlog
-VERSION=${VERSION:-1.8.0}
+VERSION=${VERSION:-1.9.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -59,8 +59,10 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/${PRGNAM}_${VERSION}.src.tar.gz
+# now the source download has the form "v1.9.0.tar.gz"
+rm -rf v$VERSION
+tar xvf $CWD/v$VERSION.tar.gz
+# but unpacks as "cqrlog-1.9.0"
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \