aboutsummaryrefslogtreecommitdiff
path: root/system/jdupes/jdupes.SlackBuild
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2024-03-07 08:56:32 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-03-09 06:18:03 +0700
commitdfa356035fe73f6effe803794d934b1a308ae21a (patch)
tree38dfcf23f34ef76efd4ec200718030ee9e99c6ef /system/jdupes/jdupes.SlackBuild
parentcde42a27a1a56e814ca4166ec9f0e912d12528d6 (diff)
system/jdupes: migrated from github to codeberg
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/jdupes/jdupes.SlackBuild')
-rw-r--r--system/jdupes/jdupes.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/jdupes/jdupes.SlackBuild b/system/jdupes/jdupes.SlackBuild
index 8fd5405664..12f275dd31 100644
--- a/system/jdupes/jdupes.SlackBuild
+++ b/system/jdupes/jdupes.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jdupes
VERSION=${VERSION:-1.27.3}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -72,9 +72,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
+rm -rf $PRGNAM
+tar xvf $CWD/$PRGNAM-v$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz
+cd $PRGNAM
rm testdir/recursed_a/symlink_infinite_loop
chown -R root:root .
find -L . \