mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
bugfix: more correctly create the Marmelade package for #217
This commit is contained in:
parent
be8b240771
commit
b7c54b8c6c
4
Rakefile
4
Rakefile
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user