Description: fix the CeWL library location.
Author: Joao Eriberto Mota Filho <eriberto@debian.org>
Last-Update: 2014-12-19
Index: cewl-5.1/cewl.rb
===================================================================
--- cewl-5.1.orig/cewl.rb
+++ cewl-5.1/cewl.rb
@@ -87,7 +87,7 @@ rescue LoadError => e
 	end
 end
 
-require './cewl_lib'
+require 'cewl_lib'
 
 # Doing this so I can override the allowed? fuction which normally checks
 # the robots.txt file
Index: cewl-5.1/fab.rb
===================================================================
--- cewl-5.1.orig/fab.rb
+++ cewl-5.1/fab.rb
@@ -29,7 +29,7 @@
 
 require "rubygems"
 require 'getoptlong'
-require "./cewl_lib.rb"
+require "cewl_lib.rb"
 
 opts = GetoptLong.new(
 	[ '--help', '-h', GetoptLong::NO_ARGUMENT ],
