aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ruby-rake/ruby-rake.post-install
diff options
context:
space:
mode:
authorMatt Smith <mcs@darkregion.net>2011-04-14 01:39:32 -0500
committerMatt Smith <mcs@darkregion.net>2011-04-14 01:43:21 -0500
commitb2c9207557f6a3e4298ff7032894392f572be978 (patch)
treefdd7f3a259fc75b83f094f002dfd0b3bcb99cacc /testing/ruby-rake/ruby-rake.post-install
parent9acdc65f3ef5f41247d62b00e743f51457df8c01 (diff)
downloadaports-b2c9207557f6a3e4298ff7032894392f572be978.tar.bz2
aports-b2c9207557f6a3e4298ff7032894392f572be978.tar.xz
testing/ruby-rake: new aport
Rake is a Make-like program implemented in Ruby. http://rake.rubyforge.org/
Diffstat (limited to 'testing/ruby-rake/ruby-rake.post-install')
-rw-r--r--testing/ruby-rake/ruby-rake.post-install10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/ruby-rake/ruby-rake.post-install b/testing/ruby-rake/ruby-rake.post-install
new file mode 100644
index 000000000..ef4305d56
--- /dev/null
+++ b/testing/ruby-rake/ruby-rake.post-install
@@ -0,0 +1,10 @@
+#!/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