diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2018-11-05 17:57:42 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:48:11 +0700 |
commit | 113a20b4ba1562af4eec7e2cc6e1ec4e4629c726 (patch) | |
tree | 756fe493989015dbabd61b165901dfb30f51393e /games/peg-e/peg-e.SlackBuild | |
parent | f4a91d12fce818c7a84577a2881a09a4889d5831 (diff) |
games/peg-e: Updated for version 1.2.6
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'games/peg-e/peg-e.SlackBuild')
-rw-r--r-- | games/peg-e/peg-e.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/peg-e/peg-e.SlackBuild b/games/peg-e/peg-e.SlackBuild index 6fc081351937..a1b7c98157d6 100644 --- a/games/peg-e/peg-e.SlackBuild +++ b/games/peg-e/peg-e.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for peg-e -# Copyright 2012-2016 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2012-2018 Larry Hajali <larryhaja[at]gmail[dot]com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=peg-e -VERSION=${VERSION:-1.2.2} +VERSION=${VERSION:-1.2.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -83,7 +83,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr find $PKG/usr/man -type f -exec gzip -9 {} \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a ChangeLog COPYING CREDITS INSTALL NEWS README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a ChangeLog COPYING CREDITS INSTALL README $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |