diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-08-13 18:48:47 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-15 15:12:41 +0700 |
commit | 0cca6e2631e1cd6523cf90431365d38bd8884f7e (patch) | |
tree | 014b80ff3aa43b3d7a375a091b7e372ee8f8907a /python/pysed/pysed.SlackBuild | |
parent | 017b2cbb5c06eca607c1b63c959b29defb0d1b1e (diff) |
python/pysed: Update DOWNLOAD.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/pysed/pysed.SlackBuild')
-rw-r--r-- | python/pysed/pysed.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pysed/pysed.SlackBuild b/python/pysed/pysed.SlackBuild index f729f494ce4b..52f395cd0238 100644 --- a/python/pysed/pysed.SlackBuild +++ b/python/pysed/pysed.SlackBuild @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |