summaryrefslogtreecommitdiffstats
path: root/office/CherryTree
diff options
context:
space:
mode:
author Matteo Bernardini2021-04-21 19:02:25 +0200
committer Robby Workman2021-04-22 04:19:40 +0200
commit2dbadf5943b8f7f0f5ee0e7dc8392ec042a86a7a (patch)
treefff373109d92f2564e1817107eba456789194ce7 /office/CherryTree
parent847428705c3fb6ff28662b1e007bc5906eba2c75 (diff)
downloadslackbuilds-2dbadf5943b8f7f0f5ee0e7dc8392ec042a86a7a.tar.gz
office/CherryTree: Fix tarball handling in the SlackBuild.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'office/CherryTree')
-rw-r--r--office/CherryTree/CherryTree.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/office/CherryTree/CherryTree.SlackBuild b/office/CherryTree/CherryTree.SlackBuild
index 39e2a57da2..3210f37339 100644
--- a/office/CherryTree/CherryTree.SlackBuild
+++ b/office/CherryTree/CherryTree.SlackBuild
@@ -61,7 +61,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION
-tar xvf $CWD/$SRCNAM-$VERSION.tar.xz
+tar xvf $CWD/$SRCNAM-$VERSION.tar.?z
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \