diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2011-01-16 15:29:02 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-25 21:44:45 -0500 |
commit | 81660d2184256bd3eb3d1a5f9123d228346b449e (patch) | |
tree | 300628b5273ed1a6a9a2e150f5495cc99a6287c5 /rubygem-template.SlackBuild | |
parent | 846aa12590cea0c09dd7a64144057107f9c55b66 (diff) |
rubygem-template: Fix a small bug in the template.13.37
Diffstat (limited to 'rubygem-template.SlackBuild')
-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 7f66cfa..f470e30 100644 --- a/rubygem-template.SlackBuild +++ b/rubygem-template.SlackBuild @@ -90,7 +90,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"], |