fix: reverts commit c2ce16a510bb1e533a6df19190c16982344d5303, packages should be .tar files

This commit is contained in:
Joao Tavora 2012-07-24 12:14:13 +01:00
parent 6b35140c72
commit 6e8b698e6e

View File

@ -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