aboutsummaryrefslogtreecommitdiff
path: root/python/pysed/pysed.SlackBuild
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2021-08-22 22:55:31 +1200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-08-25 12:11:40 +0700
commit22432c01036b070c8dc69ab9670ab4677b5c0714 (patch)
treecff8192bb1408efd2c5ad89aa286ec1309bb60ad /python/pysed/pysed.SlackBuild
parent8dbf487f7f6c9f4ccd68d31077f391e408477ed9 (diff)
python/pysed: Fix DOWNLOAD.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pysed/pysed.SlackBuild')
-rw-r--r--python/pysed/pysed.SlackBuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/python/pysed/pysed.SlackBuild b/python/pysed/pysed.SlackBuild
index 7073d31469275..626ae51454827 100644
--- a/python/pysed/pysed.SlackBuild
+++ b/python/pysed/pysed.SlackBuild
@@ -70,8 +70,8 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz
-cd $PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM-v$VERSION-dad63a5e14658a853f88b866e466beaf49a16aff.tar.gz
+cd $PRGNAM-v$VERSION-dad63a5e14658a853f88b866e466beaf49a16aff
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@@ -98,7 +98,6 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
-cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE