diff --git a/Rakefile b/Rakefile index 014619a..1bf0045 100644 --- a/Rakefile +++ b/Rakefile @@ -37,7 +37,7 @@ END end sh "git clean -f snippets" FileUtils.cd 'pkg' do - sh "tar cfz yasnippet-#{$version}.tar.gz yasnippet-#{$version}" + sh "tar cf yasnippet-#{$version}.tar yasnippet-#{$version}" end end