]> code.delx.au - gnu-emacs-elpa/commitdiff
fix: reverts commit c2ce16a510bb1e533a6df19190c16982344d5303, packages should be...
authorJoao Tavora <joaotavora@gmail.com>
Tue, 24 Jul 2012 11:14:13 +0000 (12:14 +0100)
committerJoao Tavora <joaotavora@gmail.com>
Tue, 24 Jul 2012 11:14:13 +0000 (12:14 +0100)
Rakefile

index 014619a1c2199b7c8b7a8cd5c3c5d24f52179086..1bf00457d974b19ec79bd1686fbadc8db5debcf7 100644 (file)
--- 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