diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2010-05-11 22:55:29 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:55:29 +0200 |
commit | 770406f4eb9c2b15b14411b16d911c42224a34f9 (patch) | |
tree | 61c76666f2412c9262b41cef67769e84c4487060 /system/rubygems/profile.d/gem.sh | |
parent | 6ac5e6a0c039446c42cabc25052cd9e130ff90f9 (diff) |
system/rubygems: Added to 12.1 repository
Diffstat (limited to 'system/rubygems/profile.d/gem.sh')
-rw-r--r-- | system/rubygems/profile.d/gem.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/rubygems/profile.d/gem.sh b/system/rubygems/profile.d/gem.sh new file mode 100644 index 0000000000000..826ea1a4343a8 --- /dev/null +++ b/system/rubygems/profile.d/gem.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +export GEM_PATH=/usr/lib/ruby/gems/1.8 |