mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
audio/lash: Added HTML manual to docs.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
8d0f81c7e9
commit
240a83a7c4
1 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue