summaryrefslogtreecommitdiffstats
path: root/system/ttygif/ttygif.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-10-31 20:09:37 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-05 07:15:45 +0700
commitd8834d43a5bce1350fd3689e5bac3d165699d517 (patch)
tree9638b983b56eed264ae2ed5aee6b36fd0cc03f0f /system/ttygif/ttygif.SlackBuild
parent21e4e98ab021f09fbd8c8bc863dc460243f6d51f (diff)
downloadslackbuilds-d8834d43a5bce1350fd3689e5bac3d165699d517.tar.gz
slackbuilds-d8834d43a5bce1350fd3689e5bac3d165699d517.tar.xz
system/ttygif: Updated for version 1.3.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/ttygif/ttygif.SlackBuild')
-rw-r--r--system/ttygif/ttygif.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/ttygif/ttygif.SlackBuild b/system/ttygif/ttygif.SlackBuild
index 7e3d87e54d..8c2db2e5df 100644
--- a/system/ttygif/ttygif.SlackBuild
+++ b/system/ttygif/ttygif.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ttygif
-VERSION=${VERSION:-1.0.8}
+VERSION=${VERSION:-1.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -76,7 +76,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/bin
install -D -m0755 $PRGNAM $PKG/usr/bin/$PRGNAM
-install -D -m0755 concat.sh $PKG/usr/bin/concat
+install -D -m0755 $PRGNAM $PKG/usr/bin/$PRGNAM
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README.md $PKG/usr/doc/$PRGNAM-$VERSION