jkaluza / pungi

Forked from pungi 7 years ago
Clone

1d020db util: Preserve symlinks when copying

Authored and Committed by lsedlar 5 years ago
    util: Preserve symlinks when copying
    
    Currently the `copy_all` function resolves all symlinks and crashes on
    broken symlinks. Instead it should copy symlinks as symlinks.
    
    Fixes: https://pagure.io/pungi/issue/1084
    Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
    
        
file modified
+5 -1
file modified
+27 -0