mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-04 06:32:24 +00:00
bugfix: more correctly create the Marmelade package for #217
This commit is contained in:
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"
|
||||
|
||||
Reference in New Issue
Block a user