diff options
| author | Andrew Manison <amanison@anselsystems.com> | 2011-04-20 03:39:27 +0000 |
|---|---|---|
| committer | Andrew Manison <amanison@anselsystems.com> | 2011-04-20 03:39:27 +0000 |
| commit | 9a2ff063f6ba0dcec5b6a40e3a6cccc04fcceed3 (patch) | |
| tree | 4a2365a18cfc123567f122dbb0510795ca4341ba /testing/ruby-rake/ruby-rake.post-install | |
| parent | 3a40028e50c4e6ab82135d469de4ae8ccb32f7d3 (diff) | |
| parent | 983a11e3031ce51a0c7b0ded0d48713d48474522 (diff) | |
| download | aports-9a2ff063f6ba0dcec5b6a40e3a6cccc04fcceed3.tar.bz2 aports-9a2ff063f6ba0dcec5b6a40e3a6cccc04fcceed3.tar.xz | |
Merge remote-tracking branch 'alpine/master'
Conflicts:
main/libxft/APKBUILD
main/ncftp/APKBUILD
main/spandsp/APKBUILD
testing/openvcp/APKBUILD
Diffstat (limited to 'testing/ruby-rake/ruby-rake.post-install')
| -rw-r--r-- | testing/ruby-rake/ruby-rake.post-install | 10 |
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 |
