summaryrefslogtreecommitdiffstats
path: root/games/crispy-doom/crispy-doom.SlackBuild
diff options
context:
space:
mode:
author Dugan Chen2019-07-04 02:50:00 +0200
committer Willy Sudiarto Raharjo2019-07-04 02:51:34 +0200
commitf7869789e0e1ea9d11fa5f06066e1f5a02295fd7 (patch)
tree339fe3b5831d70cfd0b9f1a5d08b94ae51ca486c /games/crispy-doom/crispy-doom.SlackBuild
parent035e06446c74850f47e627b8b359871bd03a9361 (diff)
downloadslackbuilds-f7869789e0e1ea9d11fa5f06066e1f5a02295fd7.tar.gz
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.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/crispy-doom/crispy-doom.SlackBuild b/games/crispy-doom/crispy-doom.SlackBuild
index 4876b84659..828c030421 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