summaryrefslogtreecommitdiffstats
path: root/games/larn/larn.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/larn/larn.SlackBuild')
-rw-r--r--games/larn/larn.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/games/larn/larn.SlackBuild b/games/larn/larn.SlackBuild
index 5bd1c843f4..b247db9dda 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