ruby: adjust the libPath

This commit is contained in:
Allan Espinosa 2015-10-17 22:26:49 +09:00
parent de497895ae
commit c20e79abb9

View File

@ -129,7 +129,7 @@ let
inherit majorVersion minorVersion teenyVersion patchLevel;
rubyEngine = "ruby";
baseRuby = baseruby;
libPath = "lib/${versionNoPatch}";
libPath = "lib/${rubyEngine}/${versionNoPatch}";
gemPath = "lib/${rubyEngine}/gems/${versionNoPatch}";
};
}