From dca3b1213cc3b8279b168d5a26d822722939bf1f Mon Sep 17 00:00:00 2001 From: evanweaver Date: Mon, 12 Nov 2007 21:25:19 +0000 Subject: dont fail if allison is missing git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@879 19e92222-5c0b-0410-8929-a290d50e31e9 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 398930d..7251c1c 100644 --- a/Rakefile +++ b/Rakefile @@ -11,7 +11,7 @@ e = Echoe.new("mongrel") do |p| p.ignore_pattern = /^(pkg|site|projects|doc|log)|CVS|\.log/ p.ruby_version = '>= 1.8.4' p.dependencies = ['gem_plugin >=0.2.3', 'cgi_multipart_eof_fix >=2.4'] - p.rdoc_template = `allison --path`.chomp + (p.rdoc_template = `allison --path`.chomp) rescue nil p.need_tar_gz = false p.need_tgz = true -- cgit v1.2.3-24-ge0c7