summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Edinaldo P. Silva2020-11-07 03:08:28 +0100
committer Willy Sudiarto Raharjo2020-11-07 03:08:28 +0100
commitc35bec88dca930709ecf4c85d4da24231df3203f (patch)
treeeaa0c212407da511106636d1f12d82ded5ac4f12 /system
parent41cdc23d22e455e4a3a1f8c8f7a3be3dd535d20c (diff)
downloadslackbuilds-c35bec88dca930709ecf4c85d4da24231df3203f.tar.gz
system/bleachbit: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/bleachbit/bleachbit.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/system/bleachbit/bleachbit.SlackBuild b/system/bleachbit/bleachbit.SlackBuild
index 9187f56bd5..f3ba5cfb3a 100644
--- a/system/bleachbit/bleachbit.SlackBuild
+++ b/system/bleachbit/bleachbit.SlackBuild
@@ -25,7 +25,7 @@
PRGNAM=bleachbit
VERSION=${VERSION:-4.1.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -70,9 +70,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# Exclude the Windows-only cleaners from the source per author's instructions.
-grep -l os=.windows. cleaners/*xml | xargs rm -f
-
make
make install DESTDIR=$PKG prefix=/usr