diff options
Diffstat (limited to 'python/python-whisper/python-whisper.SlackBuild')
-rw-r--r-- | python/python-whisper/python-whisper.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-whisper/python-whisper.SlackBuild b/python/python-whisper/python-whisper.SlackBuild index bfdca3622c..175b827bda 100644 --- a/python/python-whisper/python-whisper.SlackBuild +++ b/python/python-whisper/python-whisper.SlackBuild @@ -63,7 +63,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $SRCNAM-$SRCVER -tar xvf $CWD/$SRCVER.tar.gz +tar xvf $CWD/$SRCVER.tar.gz || tar xvf $CWD/$SRCNAM-$SRCVER.tar.gz cd $SRCNAM-$SRCVER chown -R root:root . find -L . \ |