summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-09-16 03:39:56 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-09-16 12:23:27 +0700
commit946d7e3d236f311052afb1fe7a88f5ad4d0c1437 (patch)
tree78a969309b2b78af92bf510a53870286176d7beb /desktop
parent7c3427b0b5ae304da7609802580661b78cf1e4e0 (diff)
downloadslackbuilds-946d7e3d236f311052afb1fe7a88f5ad4d0c1437.tar.gz
slackbuilds-946d7e3d236f311052afb1fe7a88f5ad4d0c1437.tar.xz
desktop/ede: Fix build with jam.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/ede/ede.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/ede/ede.SlackBuild b/desktop/ede/ede.SlackBuild
index 3119fa2a51..8ea27d3c16 100644
--- a/desktop/ede/ede.SlackBuild
+++ b/desktop/ede/ede.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=ede
VERSION=${VERSION:-2.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -86,9 +86,9 @@ CXXFLAGS="$SLKCFLAGS" \
--enable-largefile=yes \
--build=$ARCH-slackware-linux
-jam
+jam || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-jam -sDESTDIR=$PKG -sEDE_DOC_DIR=/usr/doc/${PRGNAM}-${VERSION} install
+jam -sDESTDIR=$PKG -sEDE_DOC_DIR=/usr/doc/${PRGNAM}-${VERSION} install || true
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true