diff options
author | Arn0 <yth@ythogtha.org> | 2021-03-26 23:50:19 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-03-27 08:59:06 +0700 |
commit | 008a67378e4d7232df241f1a9c2cee95c2262aad (patch) | |
tree | 6bb2a217a108465abbacf4337c27743406980b07 /system/jdupes/jdupes.SlackBuild | |
parent | 3168c3f43023d183a6edea08a443b896a6096fd2 (diff) |
system/jdupes: updated for version 1.19.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/jdupes/jdupes.SlackBuild')
-rw-r--r-- | system/jdupes/jdupes.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/jdupes/jdupes.SlackBuild b/system/jdupes/jdupes.SlackBuild index 70c8afdc28958..9ef57a215c3f6 100644 --- a/system/jdupes/jdupes.SlackBuild +++ b/system/jdupes/jdupes.SlackBuild @@ -21,7 +21,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=jdupes -VERSION=${VERSION:-1.19.1} +VERSION=${VERSION:-1.19.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -62,6 +62,7 @@ cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION +rm testdir/recursed_a/symlink_infinite_loop chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |