File: change-path-for-assets

package info (click to toggle)
ruby-d3-rails 3.5.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 136 kB
  • ctags: 7
  • sloc: sh: 24; ruby: 13; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 560 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: change path for assets
 This patch is debian specific
 .
 ruby-d3-rails (3.4.13+dfsg-1) unstable; urgency=medium
 .
   * Initial release (Closes: #767503)
Author: Balasankar C <balasankarc@autistici.org>
Bug-Debian: https://bugs.debian.org/767503

--- ruby-d3-rails-3.4.13+dfsg.orig/lib/d3_rails/engine.rb
+++ ruby-d3-rails-3.4.13+dfsg/lib/d3_rails/engine.rb
@@ -1,6 +1,7 @@
 module D3Rails
   module Rails
     class Engine < ::Rails::Engine
+        config.root = '/usr/share/ruby-d3-rails'
     end
   end
-end
\ No newline at end of file
+end