summaryrefslogtreecommitdiff
path: root/libre/ruby/ruby.install
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-01-07 12:47:10 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-01-07 12:47:10 -0500
commite45612c26658f6bd8e5653b8270061467688fe19 (patch)
tree66554665c871c8c7162e99ad6c3e1cc4fb240bd9 /libre/ruby/ruby.install
parent914b793ddce20dc1291480c17ee0aeada5bf43ab (diff)
downloadabslibre-e45612c26658f6bd8e5653b8270061467688fe19.tar.gz
abslibre-e45612c26658f6bd8e5653b8270061467688fe19.tar.bz2
abslibre-e45612c26658f6bd8e5653b8270061467688fe19.zip
ruby-2.5.0-1.parabola1: udpating version
Diffstat (limited to 'libre/ruby/ruby.install')
-rw-r--r--libre/ruby/ruby.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/ruby/ruby.install b/libre/ruby/ruby.install
index ce78e96ec..165936c23 100644
--- a/libre/ruby/ruby.install
+++ b/libre/ruby/ruby.install
@@ -3,7 +3,7 @@
print_gem_default_target() {
echo 'The default location of gem installs is $HOME/.gem/ruby'
echo 'Add the following line to your PATH if you plan to install using gem'
- echo '$(ruby -rubygems -e "puts Gem.user_dir")/bin'
+ echo '$(ruby -e "puts Gem.user_dir")/bin'
echo 'If you want to install to the system wide location, you must either:'
echo 'edit /etc/gemrc or run gem with the --no-user-install flag.'
}