diff --git a/make-vendored.sh b/make-vendored.sh index 8deb3a7bf..b6ef1f32a 100755 --- a/make-vendored.sh +++ b/make-vendored.sh @@ -15,16 +15,16 @@ cd .. env XZ_OPT="-9e" tar \ --exclude=".git" \ - --exclude=".github" \ --exclude=".gitignore" \ --exclude=".travis.yml" \ - --exclude="./resvg-$VERSION/version-bump.md" \ - --exclude="./resvg-$VERSION/docs" \ - --exclude="./resvg-$VERSION/benches" \ - --exclude="./resvg-$VERSION/examples" \ - --exclude="./resvg-$VERSION/testing-tools" \ - --exclude="./resvg-$VERSION/capi/qtests" \ - -cJf resvg-"$VERSION".tar.xz ./resvg-"$VERSION" + --exclude="resvg-$VERSION/.github" \ + --exclude="resvg-$VERSION/version-bump.md" \ + --exclude="resvg-$VERSION/docs" \ + --exclude="resvg-$VERSION/benches" \ + --exclude="resvg-$VERSION/examples" \ + --exclude="resvg-$VERSION/testing-tools" \ + --exclude="resvg-$VERSION/capi/qtests" \ + -cJf resvg-"$VERSION".tar.xz resvg-"$VERSION" # Clean up. rm -rf resvg-"$VERSION"