components/ruby/ruby-19/Solaris/ruby.1.sedscript
changeset 1851 2adf57930fd6
parent 1482 7a1f84fbc2d7
child 4578 6ab3708b06cd
child 4579 2e29387ed5ba
equal deleted inserted replaced
1850:fc1533d9d8d7 1851:2adf57930fd6
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 1i\
    25 1i\
    26 '\\" t\
    26 '\\" t\
    27 \.\\"\
    27 \.\\"\
    28 \.\\" Modified for Solaris to add notes about Ruby installation locations.\
    28 \.\\" Modified for Solaris to add notes about Ruby installation locations.\
    31 \.\\" Begin Oracle update\
    31 \.\\" Begin Oracle update\
    32 .SH FILES\
    32 .SH FILES\
    33 The following files specify the installation locations for Ruby: \
    33 The following files specify the installation locations for Ruby: \
    34 .PP\
    34 .PP\
    35 .TP\
    35 .TP\
    36 /usr/ruby/RUBY_VER/lib/MACH64/ruby/gems/RUBY_LIB_VER \
    36 /usr/ruby/RUBY_VER/lib/ruby/gems/RUBY_LIB_VER \
    37 Contains the Rubygems repository. Configure the GEM_HOME environment variable \
    37 Contains the Rubygems repository. Configure the GEM_HOME environment variable \
    38 to point to /usr/ruby/RUBY_VER/lib/MACH64/ruby/gems/RUBY_LIB_VER as the installation of Rubygems repository.\
    38 to point to /usr/ruby/RUBY_VER/lib/ruby/gems/RUBY_LIB_VER as the installation of Rubygems repository.\
    39 .PP\
    39 .PP\
    40 .TP\
    40 .TP\
    41 ~/.gem/ruby/RUBY_LIB_VER \
    41 ~/.gem/ruby/RUBY_LIB_VER \
    42 Per user location for gems, when installing with the gem install option \
    42 Per user location for gems, when installing with the gem install option \
    43 --user-install (gem install --user-install ... ).  This path is \
    43 --user-install (gem install --user-install ... ).  This path is \