From 119b423f4d876c917810e949d96d6eb7804301b5 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Mon, 20 Aug 2018 21:26:21 -0400 Subject: fix tar invocation --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3b602193..abe14498 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ install: # Need this for inkex.py and friends wget -q https://inkscape.org/en/gallery/item/12187/inkscape-0.92.3.tar.bz2 mkdir inkscape - (cd inkscape; tar jxf --strip-components=1 inkscape-0.92.3.tar.bz2) + (cd inkscape; tar --strip-components=1 -jxf ../inkscape-0.92.3.tar.bz2) rm inkscape-0.92.3.tar.bz2 fi if [ "$BUILD" = "linux" ]; then -- cgit v1.2.3