diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2018-09-04 08:20:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-09-07 00:21:45 +0700 |
commit | a6cdb6f838cdd51b4b0141d96b19fb54c4b54605 (patch) | |
tree | d89b7ad1ceb06d75e2d3fc3a0732467b5ed4ae02 /games/crispy-doom/crispy-doom.SlackBuild | |
parent | 4dd3f6d53cfb79c66ca7f33b850b4bff208ab012 (diff) |
games/crispy-doom: Updated for version 5.3.
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 1d1414890acea..4876b846593a5 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.1} +VERSION=${VERSION:-5.3} 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 COPYING ChangeLog \ +cp -a AUTHORS *.md README.* ChangeLog README.* SDL2-TODO \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |