From 5b475476bad7072e1cfc9b6eadbca4be21954b75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A4r=20Winzell?= Date: Sat, 1 Jun 2019 12:54:56 -0700 Subject: [PATCH] Don't clobber README.md on de-tar. --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7a103f2..412ecc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ addons: packages: zstd install: -- curl -sL "${FBXSDK_TARBALL}" | tar xz --strip-components=1 +- curl -sL "${FBXSDK_TARBALL}" | tar xz --strip-components=1 --wildcards */sdk - zstd -d -r --rm sdk - git clone --depth 1 git://github.com/astropy/ci-helpers.git - source ci-helpers/travis/setup_conda.sh diff --git a/README.md b/README.md index 628c840..659d088 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ else > cd FBX2glTF # Fetch and unpack FBX SDK -> curl -sL "${FBXSDK_TARBALL}" | tar xz --strip-components=1 +> curl -sL "${FBXSDK_TARBALL}" | tar xz --strip-components=1 --wildcards */sdk # Then decompress the contents > zstd -d -r --rm sdk