summaryrefslogtreecommitdiffstats
path: root/games/angband
diff options
context:
space:
mode:
Diffstat (limited to 'games/angband')
-rw-r--r--games/angband/angband.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/angband/angband.SlackBuild b/games/angband/angband.SlackBuild
index 0c9ec3808f..bca6d10618 100644
--- a/games/angband/angband.SlackBuild
+++ b/games/angband/angband.SlackBuild
@@ -77,6 +77,7 @@ LDFLAGS="-lSDL" \
--sysconfdir=/etc \
--localstatedir=/var \
--bindir=/usr/games \
+ --docdir=/usr/doc/$PRGNAM-$VERSION \
--with-setgid=games \
--build=$ARCH-slackware-linux \
@@ -102,7 +103,7 @@ cp $CWD/angband.desktop $PKG/usr/share/applications
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- changes.txt compiling.txt copying.txt faq.txt readme.txt thanks.txt doc/ lib/help/ \
+ changes.txt compiling.txt copying.txt faq.txt readme.txt thanks.txt lib/help/ \
$PKG/usr/doc/$PRGNAM-$VERSION
find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \;
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild