From 81660d2184256bd3eb3d1a5f9123d228346b449e Mon Sep 17 00:00:00 2001 From: dsomero Date: Sun, 16 Jan 2011 15:29:02 -0500 Subject: rubygem-template: Fix a small bug in the template. --- rubygem-template.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"], -- cgit v1.2.3