(cargo) fix old typo for installation to libdir

This commit is contained in:
Kevin Cantu 2012-05-28 17:54:47 -07:00
parent 1aa0804637
commit b7393ecdf2

View file

@ -488,7 +488,7 @@ fn install_one_crate(c: cargo, path: str, cf: str) {
}
} else {
#debug(" lib: %s", ct);
install_to_dir(ct, c.bindir);
install_to_dir(ct, c.libdir);
if c.opts.mode == system_mode {
install_one_crate_to_sysroot(ct, libdir());
}