Create tar.gz packages

This commit is contained in:
João Távora 2012-07-22 19:17:29 +01:00
parent 668efefdd4
commit c2ce16a510

View File

@ -37,7 +37,7 @@ END
end
sh "git clean -f snippets"
FileUtils.cd 'pkg' do
sh "tar cf yasnippet-#{$version}.tar yasnippet-#{$version}"
sh "tar cfz yasnippet-#{$version}.tar.gz yasnippet-#{$version}"
end
end