components/ruby/patches/07-ruby-usrlocal.patch
changeset 199 b87534be1a76
equal deleted inserted replaced
198:172fc01ce997 199:b87534be1a76
       
     1 diff -aur ruby-1.8.7-p334/lib/irb/cmd/subirb.rb ruby-1.8.7-p334/lib/irb/cmd/subirb.rb
       
     2 --- ruby-1.8.7-p334/lib/irb/cmd/subirb.rb	2007-02-12 15:01:19.000000000 -0800
       
     3 +++ ruby-1.8.7-p334/lib/irb/cmd/subirb.rb	2008-03-06 20:23:34.247909000 -0800
       
     4 @@ -1,4 +1,4 @@
       
     5 -#!/usr/local/bin/ruby
       
     6 +#!/usr/ruby/1.8/bin/ruby
       
     7  #
       
     8  #   multi.rb - 
       
     9  #   	$Release Version: 0.9.5$
       
    10 diff -aur ruby-1.8.7-p334/lib/irb/ext/save-history.rb ruby-1.8.7-p334/lib/irb/ext/save-history.rb
       
    11 --- ruby-1.8.7-p334/lib/irb/ext/save-history.rb	2007-02-12 15:01:19.000000000 -0800
       
    12 +++ ruby-1.8.7-p334/lib/irb/ext/save-history.rb	2008-03-06 20:23:37.360015000 -0800
       
    13 @@ -1,4 +1,4 @@
       
    14 -#!/usr/local/bin/ruby
       
    15 +#!/usr/ruby/1.8/bin/ruby
       
    16  #
       
    17  #   save-history.rb - 
       
    18  #   	$Release Version: 0.9.5$
       
    19 diff -aur ruby-1.8.7-p334/lib/matrix.rb ruby-1.8.7-p334/lib/matrix.rb
       
    20 --- ruby-1.8.7-p334/lib/matrix.rb	2007-02-12 15:01:19.000000000 -0800
       
    21 +++ ruby-1.8.7-p334/lib/matrix.rb	2008-03-06 20:23:39.897679000 -0800
       
    22 @@ -1,4 +1,4 @@
       
    23 -#!/usr/local/bin/ruby
       
    24 +#!/usr/ruby/1.8/bin/ruby
       
    25  #--
       
    26  #   matrix.rb - 
       
    27  #       $Release Version: 1.0$
       
    28 diff -aur ruby-1.8.7-p334/lib/rdoc/markup/sample/rdoc2latex.rb ruby-1.8.7-p334/lib/rdoc/markup/sample/rdoc2latex.rb
       
    29 --- ruby-1.8.7-p334/lib/rdoc/markup/sample/rdoc2latex.rb	2007-02-12 15:01:19.000000000 -0800
       
    30 +++ ruby-1.8.7-p334/lib/rdoc/markup/sample/rdoc2latex.rb	2008-03-06 20:23:43.383535000 -0800
       
    31 @@ -1,4 +1,4 @@
       
    32 -#!/usr/local/bin/ruby
       
    33 +#!/usr/ruby/1.8/bin/ruby
       
    34  # Illustration of a script to convert an RDoc-style file to a LaTeX
       
    35  # document
       
    36  
       
    37 diff -aur ruby-1.8.7-p334/lib/rdoc/parsers/parse_rb.rb ruby-1.8.7-p334/lib/rdoc/parsers/parse_rb.rb
       
    38 --- ruby-1.8.7-p334/lib/rdoc/parsers/parse_rb.rb	2007-02-12 15:01:19.000000000 -0800
       
    39 +++ ruby-1.8.7-p334/lib/rdoc/parsers/parse_rb.rb	2008-03-06 20:23:46.620223000 -0800
       
    40 @@ -1,4 +1,4 @@
       
    41 -#!/usr/local/bin/ruby
       
    42 +#!/usr/ruby/1.8/bin/ruby
       
    43  
       
    44  # Parse a Ruby source file, building a set of objects
       
    45  # representing the modules, classes, methods,