summaryrefslogtreecommitdiffstats
path: root/xapian-core/build/xapian-core.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-05-18 20:53:23 +0000
committer Eric Hameleers <alien@slackware.com>2007-05-18 20:53:23 +0000
commit8972a2c7a7811dc139dbcd1cd6425d39a95a51e6 (patch)
tree3bc28a4b2f61d5d7be60e051e11dc1095e8d14b2 /xapian-core/build/xapian-core.SlackBuild
parent4dacab68c0d947600acaa6dd6e056dbc6792681b (diff)
downloadasb-8972a2c7a7811dc139dbcd1cd6425d39a95a51e6.tar.gz
asb-8972a2c7a7811dc139dbcd1cd6425d39a95a51e6.tar.xz
Fixed API doc location
Diffstat (limited to 'xapian-core/build/xapian-core.SlackBuild')
-rwxr-xr-xxapian-core/build/xapian-core.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/xapian-core/build/xapian-core.SlackBuild b/xapian-core/build/xapian-core.SlackBuild
index 8feb6678..c97f917e 100755
--- a/xapian-core/build/xapian-core.SlackBuild
+++ b/xapian-core/build/xapian-core.SlackBuild
@@ -195,8 +195,8 @@ chmod -R a-w $PKG/usr/doc/$PRGNAM-$VERSION/*
# Remove unwanted API documentation:
# If you _do_ want the API docs, just uncomment the next line:
-#mv $PKG/usr/share/doc/$PRGNAM/* $PKG/usr/doc/$PRGNAM-$VERSION/
-rm -rf $PKG/usr/share/doc
+#mv $PKG/usr/doc/$PRGNAM/* $PKG/usr/doc/$PRGNAM-$VERSION/
+rm -rf $PKG/usr/doc/$PRGNAM
# Compress the man page(s)
if [ -d $PKG/usr/man ]; then