blob: d06bee1f72585ff158236289381159c63e328d74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
If you set up the symlinks to make ruby 3.2 the system
ruby, don't forget to remove the following files:
rm ${PREFIX}/bin/ruby
rm ${PREFIX}/bin/bundle
rm ${PREFIX}/bin/bundler
rm ${PREFIX}/bin/erb
rm ${PREFIX}/bin/gem
rm ${PREFIX}/bin/irb
rm ${PREFIX}/bin/racc
rm ${PREFIX}/bin/rake
rm ${PREFIX}/bin/rbs
rm ${PREFIX}/bin/rdbg
rm ${PREFIX}/bin/rdoc
rm ${PREFIX}/bin/ri
rm ${PREFIX}/bin/syntax_suggest
rm ${PREFIX}/bin/typeprof
|