about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 2e69c0f..8a2b2f0 100644
--- a/Rakefile
+++ b/Rakefile
@@ -29,7 +29,7 @@ end
 task :package => [:clean,:compile,:test,:rerdoc]
 
 task :ragel do
-  sh %{/usr/local/bin/ragel ext/http11/http11_parser.rl | /usr/local/bin/rlcodegen -G2 -o ext/http11/http11_parser.c}
+  sh %{ragel ext/http11/http11_parser.rl | rlgen-cd -G2 -o ext/http11/http11_parser.c}
 end
 
 task :site_webgen do