File: engine-root.patch

package info (click to toggle)
ruby-rails-tokeninput 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 184 kB
  • ctags: 179
  • sloc: ruby: 13; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
--- ruby-rails-tokeninput-1.6.1.rc1.orig/lib/rails_tokeninput/engine.rb
+++ ruby-rails-tokeninput-1.6.1.rc1/lib/rails_tokeninput/engine.rb
@@ -1,6 +1,7 @@
 module RailsTokeninput
   module Rails
     class Engine < ::Rails::Engine
+	    config.root = '/usr/share/ruby-rails-tokeninput'
     end
   end
-end
\ No newline at end of file
+end