Do not err when two recipes give the same output
Dependencies
Change contents
- replacement in src/extract.rs at line 451
if dest != got {return Err(Error::WrongResultSymlink {expected: dest,got,});debug!("Path already exists, previous value {:?}", got);// This situation means that we've come to the same// result via different build recipes./*if dest != got {return Err(Error::WrongResultSymlink {expected: dest,got,}); - edit in src/extract.rs at line 461
*/