Fixes Issue 493 - Installer now doesn't install doco

git-svn-id: https://beef.googlecode.com/svn/trunk@1306 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
xntrik
2011-09-24 11:35:38 +00:00
parent e7e0e851a5
commit 6dc5a55bed

View File

@@ -104,6 +104,7 @@ def install_command
end
cmd = cmd.delete "," "'"
cmd = cmd.gsub("=", "-v")
cmd += " --no-rdoc --no-ri"
return cmd
end