summaryrefslogtreecommitdiffstats
path: root/games/gnubg/gnubg.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/gnubg/gnubg.SlackBuild')
-rw-r--r--games/gnubg/gnubg.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/games/gnubg/gnubg.SlackBuild b/games/gnubg/gnubg.SlackBuild
index a11efb4e89..cb65c13a93 100644
--- a/games/gnubg/gnubg.SlackBuild
+++ b/games/gnubg/gnubg.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=gnubg
VERSION=${VERSION:-0.90.0}
-SRCVER=${SRCVER:-20120116}
+SRCVER=${SRCVER:-20120701}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -84,6 +84,9 @@ make install-strip DESTDIR=$PKG
gzip -9 $PKG/usr/man/man?/*.?
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
+mv $PKG/usr/share/doc/gnubg/* $PKG/usr/doc/$PRGNAM-$VERSION
+rmdir $PKG/usr/share/{doc/gnubg,doc}
+ln -s /usr/doc/$PRGNAM-$VERSION $PKG/usr/doc/gnubg
cp -a AUTHORS CODING COPYING ChangeLog INSTALL NEWS README TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild