summaryrefslogtreecommitdiffstats
path: root/development/watchman
diff options
context:
space:
mode:
Diffstat (limited to 'development/watchman')
-rw-r--r--development/watchman/watchman.SlackBuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/development/watchman/watchman.SlackBuild b/development/watchman/watchman.SlackBuild
index 2642c695bd..85b5480772 100644
--- a/development/watchman/watchman.SlackBuild
+++ b/development/watchman/watchman.SlackBuild
@@ -25,6 +25,8 @@
# with this program (most likely, a file named COPYING). If not, see
# <https://www.gnu.org/licenses/>.
+# 20170810 bkw: get rid of /usr/share/doc, BUILD=3
+
# 20170621 bkw: fix build on -current (--enable-lenient, removes -Werror)
# 20170309 bkw:
@@ -35,7 +37,7 @@
PRGNAM=watchman
VERSION=${VERSION:-4.7.0}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -98,6 +100,10 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install-strip DESTDIR=$PKG
+# don't know how to keep python/setup.py from installing docs here, easier
+# to blow it away after the fact.
+rm -rf $PKG/usr/share
+
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENSE README.markdown $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild