diff options
author | David Melik <dchmelik@gmail.com> | 2022-03-30 16:03:50 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:19:15 +0700 |
commit | 563df52a784934bbe03ec2cf8f6f63d10bb8e788 (patch) | |
tree | e646bf1850d05a922d58f21b71bc0776c5b0e6e6 /games/larn/larn.SlackBuild | |
parent | ba8ada268d804ba18055c618a546181016d7982f (diff) |
games/larn: Updated for version 14.1.5.
Rewrap slack-desc
Fix DOWNLOAD link
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/larn/larn.SlackBuild')
-rw-r--r-- | games/larn/larn.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/larn/larn.SlackBuild b/games/larn/larn.SlackBuild index 5bd1c843f4a3..b247db9ddac9 100644 --- a/games/larn/larn.SlackBuild +++ b/games/larn/larn.SlackBuild @@ -32,7 +32,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=larn -VERSION=${VERSION:-14.1.3} +VERSION=${VERSION:-14.1.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,8 +79,6 @@ cd RL_M-$VERSION find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ -cd src - # 20220220 bkw: grrrr. sed -i "s,-Werror,$SLKCFLAGS," Makefile @@ -100,7 +98,7 @@ ln -s ../share/games/larn/larn.sh larn cd $TMP/RL_M-$VERSION mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a manual.txt README.md changelog.txt $PKG/usr/doc/$PRGNAM-$VERSION +cp -a README.md docs/manual.txt docs/LICENSE.txt docs/history.txt docs/changelog.txt $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |