summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author David Woodfall2012-06-26 03:20:36 +0200
committer dsomero2012-06-26 03:20:36 +0200
commit240a83a7c466456a7f616716c98df06e3e89c5fe (patch)
tree98640c0a0275b4e9a79ebc5c019a0213840786bb /audio
parent8d0f81c7e9852b4e0fa73a4c22e288ea880d7a14 (diff)
downloadslackbuilds-240a83a7c466456a7f616716c98df06e3e89c5fe.tar.gz
audio/lash: Added HTML manual to docs.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/lash/lash.SlackBuild9
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