diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2011-01-16 15:29:02 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-25 21:43:57 -0500 |
commit | 6d107aed90f65a8fcd1c5fcb7a839a3a8764e183 (patch) | |
tree | e7db5a6c1a5fefb3e98610659e44d1612be96b63 | |
parent | dd3906d5ba40d9b817320b1af34ea7dbeaa7ed17 (diff) |
rubygem-template: Fix a small bug in the template.14.0
-rw-r--r-- | rubygem-template.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rubygem-template.SlackBuild b/rubygem-template.SlackBuild index 4a2cba4..8a14bf0 100644 --- a/rubygem-template.SlackBuild +++ b/rubygem-template.SlackBuild @@ -104,7 +104,7 @@ printf("%s/%s/gems/%s\n", # good to leave in place, even if the gem doesn't have any dependencies. # things could always change gem specification $CWD/$SRCNAM-$VERSION.gem | \ - ruby -r yaml -e ' + ruby -r yaml -r rbconfig -e ' c = Config::CONFIG path = sprintf("%s/%s/gems/%s", c["libdir"], |