diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-04-21 19:02:25 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-21 21:19:40 -0500 |
commit | 2dbadf5943b8f7f0f5ee0e7dc8392ec042a86a7a (patch) | |
tree | fff373109d92f2564e1817107eba456789194ce7 /office/CherryTree | |
parent | 847428705c3fb6ff28662b1e007bc5906eba2c75 (diff) |
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.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/CherryTree/CherryTree.SlackBuild b/office/CherryTree/CherryTree.SlackBuild index 39e2a57da25e..3210f37339aa 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 . \ |