summaryrefslogtreecommitdiffstats
path: root/development/coccinelle/coccinelle.SlackBuild
diff options
context:
space:
mode:
author David Spencer <idlemoor@slackbuilds.org>2016-03-29 22:12:09 +0100
committer David Spencer <idlemoor@slackbuilds.org>2016-03-31 12:48:02 +0100
commit41504ddede206159a334205d6d893f371f557ff0 (patch)
treebed3c9a3457fd490f027bb12a4f676ec0e64ee25 /development/coccinelle/coccinelle.SlackBuild
parent373a6935a0422dc37894235e06500086169c1bc5 (diff)
downloadslackbuilds-41504ddede206159a334205d6d893f371f557ff0.tar.gz
slackbuilds-41504ddede206159a334205d6d893f371f557ff0.tar.xz
development/coccinelle: Updated for version 1.0.4.
Don't try to build the pdf docs, they need texlive. Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/coccinelle/coccinelle.SlackBuild')
-rw-r--r--development/coccinelle/coccinelle.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/development/coccinelle/coccinelle.SlackBuild b/development/coccinelle/coccinelle.SlackBuild
index 20ea810106..7c1111a589 100644
--- a/development/coccinelle/coccinelle.SlackBuild
+++ b/development/coccinelle/coccinelle.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=coccinelle
-VERSION=${VERSION:-1.0.1}
+VERSION=${VERSION:-1.0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -84,6 +84,8 @@ CXXFLAGS="$SLKCFLAGS" \
--enable-release \
--build=$ARCH-slackware-linux
+sed -i -e 's/all: pdf html/all: html/' docs/manual/Makefile
+
make
make install DESTDIR=$PKG