summaryrefslogtreecommitdiffstats
path: root/office/odt2txt/odt2txt.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'office/odt2txt/odt2txt.SlackBuild')
-rw-r--r--office/odt2txt/odt2txt.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/office/odt2txt/odt2txt.SlackBuild b/office/odt2txt/odt2txt.SlackBuild
index e16fc15bda..7a37299080 100644
--- a/office/odt2txt/odt2txt.SlackBuild
+++ b/office/odt2txt/odt2txt.SlackBuild
@@ -40,8 +40,8 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-v$VERSION
-tar xvf $CWD/v$VERSION.tar.gz
+rm -rf $PRGNAM-$VERSION
+tar xvf $CWD/v$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \