diff options
Diffstat (limited to 'source/xfce/tumbler/tumbler.SlackBuild')
-rwxr-xr-x | source/xfce/tumbler/tumbler.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/xfce/tumbler/tumbler.SlackBuild b/source/xfce/tumbler/tumbler.SlackBuild index 7659fb89..96ccb5f9 100755 --- a/source/xfce/tumbler/tumbler.SlackBuild +++ b/source/xfce/tumbler/tumbler.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=tumbler VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: MARCH=$( uname -m ) @@ -135,6 +135,7 @@ cp -a \ AUTHORS BUGS COMPOSITOR COPYING* FAQ HACKING INSTALL \ NEWS NOTES README* THANKS TODO example.gtkrc-2.0 \ $PKG/usr/doc/${PKGNAM}-$VERSION +ln -s /usr/share/gtk-doc/html/tumbler/ $PKG/usr/doc/${PKGNAM}-$VERSION/html # If there's a ChangeLog, installing at least part of the recent history # is useful, but don't let it get totally out of control: |