From c2ce16a510bb1e533a6df19190c16982344d5303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Sun, 22 Jul 2012 19:17:29 +0100 Subject: [PATCH] Create tar.gz packages --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 1bf0045..014619a 100644 --- a/Rakefile +++ b/Rakefile @@ -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