aports/testing/ruby-rake/ruby-rake.post-install
Matt Smith b2c9207557 testing/ruby-rake: new aport
Rake is a Make-like program implemented in Ruby.
http://rake.rubyforge.org/
2011-04-14 01:43:21 -05:00

11 lines
219 B
Bash

#!/bin/sh
_gembindir="$(ruby -rubygems -e'puts Gem.default_dir')/bin"
echo "*" >&2
echo "* If necessary, don't forget to add the Ruby Gems bin directory to PATH:" >&2
echo "* $_gembindir" >&2
echo "*" >&2
exit 0