diff options
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 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 <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 |