diff options
Diffstat (limited to 'python/python3-defusedxml/python3-defusedxml.SlackBuild')
-rw-r--r-- | python/python3-defusedxml/python3-defusedxml.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-defusedxml/python3-defusedxml.SlackBuild b/python/python3-defusedxml/python3-defusedxml.SlackBuild index b2f87eb682ba..a5bdd82b6ff7 100644 --- a/python/python3-defusedxml/python3-defusedxml.SlackBuild +++ b/python/python3-defusedxml/python3-defusedxml.SlackBuild @@ -64,7 +64,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $SRCNAM-$REV -tar xvf $CWD/v$VERSION.tar.bz2 +tar xvf $CWD/v$VERSION.tar.bz2 || tar xvf $CWD/$SRCNAM-$REV.tar.bz2 cd $SRCNAM-$REV chown -R root:root . find -L . \ |