mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
games/angband: Update docs.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
de5679f078
commit
5cf6e34a1e
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue