From c73f1586775e143c780b0f6e80da3100e3146551 Mon Sep 17 00:00:00 2001 From: Chess Griffin Date: Sun, 11 Aug 2013 22:40:10 -0400 Subject: [PATCH] tweak deps/itstool SlackBuild for yelp branch Signed-off-by: Chess Griffin --- deps/itstool/itstool.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/itstool/itstool.SlackBuild b/deps/itstool/itstool.SlackBuild index b53cdc1..7949113 100644 --- a/deps/itstool/itstool.SlackBuild +++ b/deps/itstool/itstool.SlackBuild @@ -65,7 +65,7 @@ rm -rf $PKG mkdir -p $TMP $PKG cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.xz || exit 1 +tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 || exit 1 cd $PRGNAM-$VERSION || exit 1 chown -R root:root . find . \