summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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
commit81660d2184256bd3eb3d1a5f9123d228346b449e (patch)
tree300628b5273ed1a6a9a2e150f5495cc99a6287c5
parent846aa12590cea0c09dd7a64144057107f9c55b66 (diff)
downloadtemplates-13.37.tar.gz
templates-13.37.tar.xz
rubygem-template: Fix a small bug in the template.13.37
-rw-r--r--rubygem-template.SlackBuild2
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"],