summaryrefslogtreecommitdiffstats
path: root/libsndfile
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-06-13 21:42:18 +0000
committer Eric Hameleers <alien@slackware.com>2009-06-13 21:42:18 +0000
commite3a74579c38d670c0c811989b786136dde9335c7 (patch)
treef558e42d5c23724acdb5689006a60daeab021611 /libsndfile
parent9f4caed960b595e98a4618cbb2984aa7387503f9 (diff)
downloadasb-e3a74579c38d670c0c811989b786136dde9335c7.tar.gz
asb-e3a74579c38d670c0c811989b786136dde9335c7.tar.xz
We have to move the html docs afterwards unfortunately
Diffstat (limited to 'libsndfile')
-rwxr-xr-xlibsndfile/build/libsndfile.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/libsndfile/build/libsndfile.SlackBuild b/libsndfile/build/libsndfile.SlackBuild
index 2e4157d4..adc4e79e 100755
--- a/libsndfile/build/libsndfile.SlackBuild
+++ b/libsndfile/build/libsndfile.SlackBuild
@@ -149,12 +149,13 @@ CXXFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
- --htmldir=/usr/doc/$PRGNAM-$VERSION \
--disable-static \
--program-prefix= \
--program-suffix= \
--build=$ARCH-slackware-linux \
2>&1 | tee $OUTPUT/configure-${PRGNAM}.log
+ # the configure has htmldir hard-coded.
+ #--htmldir=/usr/doc/$PRGNAM-$VERSION \
make 2>&1 | tee $OUTPUT/make-${PRGNAM}.log
# Install all the needed stuff to the package dir
@@ -169,6 +170,8 @@ fi
# Add package documentation:
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
+mv $PKG/usr/share/doc/libsndfile1-dev/html $PKG/usr/doc/$PRGNAM-$VERSION
+rm -rf $PKG/usr/share/doc
cat $SRCDIR/$(basename $0) | sed \
-e "/^VERSION=/s/:-.*}/:-$VERSION}/" \
-e "/^ARCH=/s/:-.*}/:-$ARCH}/" \