File: set-engine-root.patch

package info (click to toggle)
ruby-cal-heatmap-rails 3.6.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 196 kB
  • ctags: 122
  • sloc: ruby: 17; makefile: 9
file content (17 lines) | stat: -rw-r--r-- 556 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: set rails engine root
 debian specific
Author: Pirate Praveen <praveen@debian.org>
Last-Updated: 2015-07-08

Index: ruby-cal-heatmap-rails-0.0.1/lib/cal/heatmap/rails.rb
===================================================================
--- ruby-cal-heatmap-rails-0.0.1.orig/lib/cal/heatmap/rails.rb
+++ ruby-cal-heatmap-rails-0.0.1/lib/cal/heatmap/rails.rb
@@ -4,6 +4,7 @@ module Cal
   module Heatmap
     module Rails
       class Engine < ::Rails::Engine
+      	config.root='/usr/share/ruby-cal-heatmap-rails'
       end
     end
   end