summaryrefslogtreecommitdiffstats
path: root/development/bzr/bzr.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/bzr/bzr.SlackBuild')
-rw-r--r--development/bzr/bzr.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/development/bzr/bzr.SlackBuild b/development/bzr/bzr.SlackBuild
index cd32fcf2de..dcf2a94edc 100644
--- a/development/bzr/bzr.SlackBuild
+++ b/development/bzr/bzr.SlackBuild
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=bzr
-VERSION=2.2.2
-BUILD=${BUILD:-2}
+VERSION=2.3.0
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -73,9 +73,6 @@ 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