diff options
author | David Woodfall <dave@dawoodfall.net> | 2012-06-25 21:20:36 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-25 21:20:36 -0400 |
commit | 240a83a7c466456a7f616716c98df06e3e89c5fe (patch) | |
tree | 98640c0a0275b4e9a79ebc5c019a0213840786bb /audio/lash/lash.SlackBuild | |
parent | 8d0f81c7e9852b4e0fa73a4c22e288ea880d7a14 (diff) |
audio/lash: Added HTML manual to docs.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'audio/lash/lash.SlackBuild')
-rw-r--r-- | audio/lash/lash.SlackBuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/lash/lash.SlackBuild b/audio/lash/lash.SlackBuild index d36f9d228b54..97c5cb89ca4a 100644 --- a/audio/lash/lash.SlackBuild +++ b/audio/lash/lash.SlackBuild @@ -2,11 +2,9 @@ # Slackware build script for lash -# Copyright 2009 David Woodfall <dave@dawoodfall.net> +# Copyright 20092012 David Woodfall <dave@dawoodfall.net> # 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 |