From 74995358cd0d68700de31b17efaa900fe68fd6fa Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Sun, 14 Mar 2010 08:59:55 -0700 Subject: [PATCH] updating the Cakefile for the new tmbundle location. --- Cakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cakefile b/Cakefile index bf12f6aa25..fdda0bf3bd 100644 --- a/Cakefile +++ b/Cakefile @@ -44,7 +44,8 @@ task 'build:parser', 'rebuild the Jison parser (run build first)', -> task 'build:ultraviolet', 'build and install the Ultraviolet syntax highlighter', -> - exec 'plist2syntax extras/CoffeeScript.tmbundle/Syntaxes/CoffeeScript.tmLanguage', (err) -> + exec 'plist2syntax ../coffee-script-tmbundle/Syntaxes/CoffeeScript.tmLanguage', (err) -> + throw err if err exec 'sudo mv coffeescript.yaml /usr/local/lib/ruby/gems/1.8/gems/ultraviolet-0.10.2/syntax/coffeescript.syntax'