diff options
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"], |