mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
audio/lash: Update for new texi2html.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
22dc034361
commit
cf100fe860
1 changed files with 7 additions and 6 deletions
|
@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
||||||
PRGNAM=lash
|
PRGNAM=lash
|
||||||
VERSION=${VERSION:-0.6.0.594}
|
VERSION=${VERSION:-0.6.0.594}
|
||||||
SOURCE=$PRGNAM-0.6.0~rc2
|
SOURCE=$PRGNAM-0.6.0~rc2
|
||||||
BUILD=${BUILD:-5}
|
BUILD=${BUILD:-6}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
||||||
|
@ -82,12 +82,13 @@ find -L . \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
if [ "$(/usr/share/texmf/bin/texi2html --version 2>/dev/null)" != "1.76" ]; then
|
#if [ "$(/usr/share/texmf/bin/texi2html --version 2>/dev/null)" != "1.76" ]; then
|
||||||
patch -p1 --verbose < $CWD/texlive.patch
|
# patch -p1 --verbose < $CWD/texlive.patch
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
if $( which texi2html >/dev/null 2>&1 ); then
|
if [ -x /usr/bin/texi2html ]; then
|
||||||
manual=docs/lash-manual-html-one-page/lash-manual.html
|
manual=docs/lash-manual-html-one-page/lash-manual.html
|
||||||
|
sed -i "s,texi2html --number,&-sections,g" docs/Makefile.in
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export LDFLAGS="-ldl -lm -ltirpc"
|
export LDFLAGS="-ldl -lm -ltirpc"
|
||||||
|
|
Loading…
Reference in a new issue