diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2019-07-04 07:50:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-07-04 07:51:34 +0700 |
commit | f7869789e0e1ea9d11fa5f06066e1f5a02295fd7 (patch) | |
tree | 339fe3b5831d70cfd0b9f1a5d08b94ae51ca486c /games/crispy-doom/crispy-doom.SlackBuild | |
parent | 035e06446c74850f47e627b8b359871bd03a9361 (diff) |
games/crispy-doom: Updated for version 5.5.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/crispy-doom/crispy-doom.SlackBuild')
-rw-r--r-- | games/crispy-doom/crispy-doom.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/crispy-doom/crispy-doom.SlackBuild b/games/crispy-doom/crispy-doom.SlackBuild index 4876b846593a..828c03042177 100644 --- a/games/crispy-doom/crispy-doom.SlackBuild +++ b/games/crispy-doom/crispy-doom.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=crispy-doom -VERSION=${VERSION:-5.3} +VERSION=${VERSION:-5.5.2} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} @@ -93,7 +93,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS *.md README.* ChangeLog README.* SDL2-TODO \ +cp -a AUTHORS ChangeLog *.md \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |