• Michal 'vorner' Vaner's avatar
    backend: Install dead symbolic links · 3c12e3ca
    Michal 'vorner' Vaner authored
    If there's a dead symbolic link in between the files to be installed
    (because the target has already been installed), then we want to use
    lstat to determine the existence of the link, instead of stat (which
    would say it doesn't exist). That way the symbolic link is installed as
    well.
    3c12e3ca