From 9033414ba4a71984780429165e2eae8c2314c995 Mon Sep 17 00:00:00 2001 From: Pierre Cazenave Date: Wed, 18 May 2011 14:49:39 -0500 Subject: system/bleachbit: Updated for version 0.8.7. Signed-off-by: Robby Workman --- system/bleachbit/bleachbit.SlackBuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'system/bleachbit/bleachbit.SlackBuild') diff --git a/system/bleachbit/bleachbit.SlackBuild b/system/bleachbit/bleachbit.SlackBuild index bd32a1a73d..e194f1e7d5 100644 --- a/system/bleachbit/bleachbit.SlackBuild +++ b/system/bleachbit/bleachbit.SlackBuild @@ -1,8 +1,8 @@ -#!/bin/sh +#!/bin/bash # SlackBuild script for bleachbit. -# -# Copyright 2009 Pierre Cazenave + +# Copyright 2009-2011 Pierre Cazenave # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,11 +23,12 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=bleachbit -VERSION=${VERSION:-0.6.3} -ARCH=noarch +VERSION=${VERSION:-0.8.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +ARCH=noarch + CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM @@ -44,8 +45,7 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . -# Exclude the Windows-only cleaners from the package as per author's -# instructions. +# Exclude the Windows-only cleaners from the source per author's instructions. grep -l os=.windows. cleaners/*xml | xargs rm -f make install DESTDIR=$PKG prefix=/usr -- cgit v1.2.3