root/etch/3.7/sipxconfig/patches/sipxconfig-report.in.dpatch

Revision 607, 0.7 kB (checked in by mike, 2 years ago)

patch rubygems path

Line 
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## sipxconfig-report.in.dpatch by  <msl@calivia.com>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: Patch rubygems search path
6
7 @DPATCH@
8
9 --- ../report/bin/sipxconfig-report.in.orig     2007-05-09 09:49:59.000000000 +0200
10 +++ ../report/bin/sipxconfig-report.in  2007-05-09 09:50:30.000000000 +0200
11 @@ -2,7 +2,7 @@
12  
13  # see http://docs.rubygems.org/shelf
14  #  RubyGemsUserGuide/Installing Ruby/Installing RubyGems in a User Directory
15 -ENV['GEM_PATH'] = '@GEM_LIB_DIR@:/usr/lib/ruby/gems/1.8'
16 +ENV['GEM_PATH'] = '@GEM_LIB_DIR@:/usr/lib/ruby/gems/1.8:/var/lib/gems/1.8'
17  
18  require 'tempfile'
19  require 'optparse'
Note: See TracBrowser for help on using the browser.