diff options
Diffstat (limited to 'games/freedoom/freedoom.SlackBuild')
-rw-r--r-- | games/freedoom/freedoom.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/freedoom/freedoom.SlackBuild b/games/freedoom/freedoom.SlackBuild index f89b8d4715..85b9502893 100644 --- a/games/freedoom/freedoom.SlackBuild +++ b/games/freedoom/freedoom.SlackBuild @@ -6,8 +6,10 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20170301 bkw: updated for v0.11.1 + PRGNAM=freedoom -VERSION=${VERSION:-0.10.1} +VERSION=${VERSION:-0.11.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -40,7 +42,7 @@ done # The docs are identical in both zipfiles, only keep one set. cd $PRGNAM-$VERSION -cp -a COPYING CREDITS *.html $PKG/usr/doc/$PRGNAM-$VERSION +cp -a COPYING* CREDITS* *.html $PKG/usr/doc/$PRGNAM-$VERSION cd - # Upstream recently renamed their wad files. The new names are less |