File: engine-root.patch

package info (click to toggle)
ruby-jquery-ui-rails 6.0.1%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 200 kB
  • sloc: sh: 61; ruby: 20; makefile: 12
file content (14 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Subject: change rails engine root
 Debian specific change
Author: Pirate Praveen <praveen@debian.org>

--- a/lib/jquery/ui/rails/engine.rb
+++ b/lib/jquery/ui/rails/engine.rb
@@ -2,6 +2,7 @@
   module Ui
     module Rails
       class Engine < ::Rails::Engine
+	config.root = '/usr/share/ruby-jquery-ui-rails'
       end
     end
   end