summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-08-20 21:26:21 -0400
committerLex Neva <github.com@lexneva.name>2018-08-20 21:32:49 -0400
commit119b423f4d876c917810e949d96d6eb7804301b5 (patch)
tree4ef776c354ef8be69b2e3075e09eb2ceabe30574 /.travis.yml
parentd716429f3e4dc2ee45c3eec86502c035467c794c (diff)
fix tar invocation
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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