Description: use web directory from /usr/share
 web templates are installed in /usr/share/ruby-sidekiq
 this patch will pick up the templates from correct path
Author: Pirate Praveen <praveen@debian.org>
Last-Updated: 2014-08-27

--- a/lib/sidekiq/web.rb
+++ b/lib/sidekiq/web.rb
@@ -11,7 +11,7 @@
   class Web < Sinatra::Base
     include Sidekiq::Paginator
 
-    set :root, File.expand_path(File.dirname(__FILE__) + "/../../web")
+    set :root, File.expand_path(File.dirname(__FILE__) + "/../../../../share/ruby-sidekiq/web")
     set :public_folder, Proc.new { "#{root}/assets" }
     set :views, Proc.new { "#{root}/views" }
     set :locales, ["#{root}/locales"]
