summaryrefslogtreecommitdiffstats
path: root/icecast
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-09-16 15:26:23 +0000
committer Eric Hameleers <alien@slackware.com>2010-09-16 15:26:23 +0000
commit5b4290bdec11aec2f8baf806c638dee3d0557184 (patch)
treef27ed6e17b4263df6d3714e2848f2ba6b2b19363 /icecast
parent869a1f3f590952a67c7407f87eef6becddb88d89 (diff)
downloadasb-5b4290bdec11aec2f8baf806c638dee3d0557184.tar.gz
asb-5b4290bdec11aec2f8baf806c638dee3d0557184.tar.xz
No --docdir in this configure script
Diffstat (limited to 'icecast')
-rwxr-xr-xicecast/build/libshout.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/icecast/build/libshout.SlackBuild b/icecast/build/libshout.SlackBuild
index a748a8aa..7b13c108 100755
--- a/icecast/build/libshout.SlackBuild
+++ b/icecast/build/libshout.SlackBuild
@@ -153,7 +153,6 @@ CFLAGS="$SLKCFLAGS" \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--mandir=/usr/man \
- --docdir=/usr/doc/$PRGNAM-$VERSION \
--localstatedir=/var \
--sysconfdir=/etc \
--disable-thread \
@@ -167,6 +166,8 @@ make DESTDIR=$PKG install 2>&1 | tee $OUTPUT/install-${PRGNAM}.log
# Add documentation:
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
+mv $PKG/usr/share/doc/libshout/* $PKG/usr/doc/$PRGNAM-$VERSION/
+rm -rf $PKG/usr/share/doc
cat $SRCDIR/$(basename $0) > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
chown -R root:root $PKG/usr/doc/$PRGNAM-$VERSION
find $PKG/usr/doc -type f -exec chmod 644 {} \;