From db3c6027ec4b498cf4e0934341c3f173a1de3e46 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sun, 4 Aug 2019 17:25:27 +0200 Subject: system/ack: Updated for version 3.0.2. Signed-off-by: Matteo Bernardini --- system/ack/ack.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'system/ack/ack.SlackBuild') diff --git a/system/ack/ack.SlackBuild b/system/ack/ack.SlackBuild index ceafd98e5b..e86888926c 100644 --- a/system/ack/ack.SlackBuild +++ b/system/ack/ack.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for ack -# Copyright 2013-2018 Matteo Bernardini , Pisa, Italy +# Copyright 2013-2019 Matteo Bernardini , Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ack -VERSION=${VERSION:-2.24} +VERSION=${VERSION:-3.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -37,7 +37,7 @@ set -e rm -rf $PKG mkdir -p $PKG $OUTPUT -install -m 0755 -o root -g root -D $CWD/$PRGNAM-$VERSION-single-file \ +install -m 0755 -o root -g root -D $CWD/$PRGNAM-v$VERSION \ $PKG/usr/bin/$PRGNAM mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -- cgit v1.2.3