diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-02-06 12:03:28 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-02-06 12:03:28 -0600 |
commit | c3c2cb47b36459a96dd8f1be4a2439f394f99dbb (patch) | |
tree | 7cf98fad4747da1cc679770e32bcfc7bf72e27fa /development/bzr | |
parent | 9b5f8c2d09e8879f2459fbd90c15fc9095434318 (diff) | |
download | slackbuilds-c3c2cb47b36459a96dd8f1be4a2439f394f99dbb.tar.gz |
development/bzr: Remove the apport junk
Thanks to darkwurm on IRC for noticing :)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/bzr')
-rw-r--r-- | development/bzr/bzr.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
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 |