PLQ2WBZ3PZJIKX66DPFRHRHTL2HA2ZGLJRYHUKO44JS4VT4T6YEAC
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,
});