bugfix: more correctly create the Marmelade package for #217

This commit is contained in:
João Távora 2012-05-29 22:40:05 +01:00
parent be8b240771
commit b7c54b8c6c

View File

@ -36,7 +36,9 @@ task :package do
END
end
sh "git clean -f snippets"
sh "tar cf pkg/yasnippet-#{$version}.tar pkg/yasnippet-#{$version}"
FileUtils.cd 'pkg' do
sh "tar cf yasnippet-#{$version}.tar yasnippet-#{$version}"
end
end
desc "create a release package and upload it to google code"