From c3c2cb47b36459a96dd8f1be4a2439f394f99dbb Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sun, 6 Feb 2011 12:03:28 -0600 Subject: development/bzr: Remove the apport junk Thanks to darkwurm on IRC for noticing :) Signed-off-by: Robby Workman --- development/bzr/bzr.SlackBuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'development/bzr') diff --git a/development/bzr/bzr.SlackBuild b/development/bzr/bzr.SlackBuild index e70687dd3e..cd32fcf2de 100644 --- a/development/bzr/bzr.SlackBuild +++ b/development/bzr/bzr.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for bzr -# Copyright 2006,2007,2008,2009,2010 Robby Workman Northport, AL, USA +# Copyright 2006-2011 Robby Workman Northport, AL, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=bzr VERSION=2.2.2 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -73,6 +73,9 @@ find . \ make docs 2>/dev/null || true python setup.py install --root=$PKG +# We don't need the apport junk +rm -rf $PKG/usr/share $PKG/etc + find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -- cgit v1.2.3