From 2dbadf5943b8f7f0f5ee0e7dc8392ec042a86a7a Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Wed, 21 Apr 2021 19:02:25 +0200 Subject: office/CherryTree: Fix tarball handling in the SlackBuild. Signed-off-by: Matteo Bernardini --- office/CherryTree/CherryTree.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'office/CherryTree/CherryTree.SlackBuild') diff --git a/office/CherryTree/CherryTree.SlackBuild b/office/CherryTree/CherryTree.SlackBuild index 39e2a57da25eb..3210f37339aa4 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 . \ -- cgit v1.2.3