[DRE-commits] r3127 - packages-wip/redmine/trunk/debian/patches

rnhurt-guest at alioth.debian.org rnhurt-guest at alioth.debian.org
Fri Dec 12 18:17:47 UTC 2008


Author: rnhurt-guest
Date: 2008-12-12 18:17:47 +0000 (Fri, 12 Dec 2008)
New Revision: 3127

Modified:
   packages-wip/redmine/trunk/debian/patches/boot.rb.patch
Log:
more cleaning of the quilt patches.

Modified: packages-wip/redmine/trunk/debian/patches/boot.rb.patch
===================================================================
--- packages-wip/redmine/trunk/debian/patches/boot.rb.patch	2008-12-12 18:05:17 UTC (rev 3126)
+++ packages-wip/redmine/trunk/debian/patches/boot.rb.patch	2008-12-12 18:17:47 UTC (rev 3127)
@@ -1,12 +1,11 @@
 --- a/config/boot.rb
 +++ b/config/boot.rb
-@@ -1,7 +1,8 @@
+@@ -1,7 +1,7 @@
  # Don't change this file!
  # Configure your app in config/environment.rb and config/environments/*.rb
  
--RAILS_ROOT = "/usr/share/redmine" unless defined?(RAILS_ROOT)
-+RAILS_ROOT = File.expand_path("#{File.dirname(__FILE__)}/..") unless defined?(RAILS_ROOT)
-+
+-RAILS_ROOT = "#{File.dirname(__FILE__)}/.." unless defined?(RAILS_ROOT)
++RAILS_ROOT = File.expand_path("#{File.dirname(__FILE__)}/.." unless defined?(RAILS_ROOT))
  
  module Rails
    class << self




More information about the Pkg-ruby-extras-commits mailing list