summaryrefslogtreecommitdiffstats
path: root/system/bleachbit/bleachbit.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2016-07-04 06:42:14 +0200
committer Willy Sudiarto Raharjo2016-07-07 07:55:24 +0200
commitfe99c1f02df9c7799f372fa676e77653c211d8fd (patch)
tree3712f4a579a37dd9a88402c6bc983a44d3caf31b /system/bleachbit/bleachbit.SlackBuild
parent512626bbdc3a0c67c15369de45d999d116dc4695 (diff)
downloadslackbuilds-fe99c1f02df9c7799f372fa676e77653c211d8fd.tar.gz
system/bleachbit: Updated for version 1.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/bleachbit/bleachbit.SlackBuild')
-rw-r--r--system/bleachbit/bleachbit.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/bleachbit/bleachbit.SlackBuild b/system/bleachbit/bleachbit.SlackBuild
index 60b0506b99..d3f54dcb13 100644
--- a/system/bleachbit/bleachbit.SlackBuild
+++ b/system/bleachbit/bleachbit.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=bleachbit
-VERSION=${VERSION:-1.6}
+VERSION=${VERSION:-1.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,7 +79,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a MANIFEST* COPYING PKG-INFO README doc/* $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a MANIFEST* COPYING PKG-INFO README* doc/* $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install