From 240a83a7c466456a7f616716c98df06e3e89c5fe Mon Sep 17 00:00:00 2001 From: David Woodfall Date: Mon, 25 Jun 2012 21:20:36 -0400 Subject: audio/lash: Added HTML manual to docs. Signed-off-by: dsomero --- audio/lash/lash.SlackBuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/audio/lash/lash.SlackBuild b/audio/lash/lash.SlackBuild index d36f9d228b..97c5cb89ca 100644 --- a/audio/lash/lash.SlackBuild +++ b/audio/lash/lash.SlackBuild @@ -2,11 +2,9 @@ # Slackware build script for lash -# Copyright 2009 David Woodfall +# Copyright 20092012 David Woodfall # All rights reserved. # -# aka dive in #slackware on freenode.net -# # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: # @@ -29,7 +27,7 @@ PRGNAM=lash VERSION=${VERSION:-0.6.0.594} SOURCE=$PRGNAM-0.6.0~rc2 -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -98,7 +96,8 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp AUTHORS README.SECURITY COPYING ChangeLog ChangeLog.old NEWS INSTALL README \ - $PKG/usr/doc/$PRGNAM-$VERSION + docs/lash-manual-html-one-page/lash-manual.html \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install -- cgit v1.2.3-65-gdbad