diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-02-23 16:00:29 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-02-23 16:00:29 (GMT) |
commit | 5a1149f15b0ed22595d0e82e49c92cb35476a9f4 (patch) | |
tree | 7f55de9db4c372081a7077b89b6597d4b3302660 /abs/extra/ruby/ruby.install | |
parent | 07568a50def31ed01d7ac0a5cc2927ae794f6caa (diff) | |
download | linhes_pkgbuild-5a1149f15b0ed22595d0e82e49c92cb35476a9f4.zip linhes_pkgbuild-5a1149f15b0ed22595d0e82e49c92cb35476a9f4.tar.gz linhes_pkgbuild-5a1149f15b0ed22595d0e82e49c92cb35476a9f4.tar.bz2 |
ruby: update to 2.5
Diffstat (limited to 'abs/extra/ruby/ruby.install')
-rw-r--r-- | abs/extra/ruby/ruby.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/extra/ruby/ruby.install b/abs/extra/ruby/ruby.install index ce78e96..165936c 100644 --- a/abs/extra/ruby/ruby.install +++ b/abs/extra/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.' } |