diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2020-11-07 09:08:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-07 09:08:28 +0700 |
commit | c35bec88dca930709ecf4c85d4da24231df3203f (patch) | |
tree | eaa0c212407da511106636d1f12d82ded5ac4f12 /system/bleachbit | |
parent | 41cdc23d22e455e4a3a1f8c8f7a3be3dd535d20c (diff) | |
download | slackbuilds-c35bec88dca930709ecf4c85d4da24231df3203f.tar.gz |
system/bleachbit: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/bleachbit')
-rw-r--r-- | system/bleachbit/bleachbit.SlackBuild | 5 |
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 |