Skip to content
  • Natanael Copa's avatar
    abuild: normalize path when finding symlink targets · b4c8ef7d
    Natanael Copa authored
    some paths like usr/lib/../../lib/libudev.so.0.13.0 will fail to resolve
    if usr/lib is does not exist, even if lib/libudev.so.0.13.0 does.
    
    To solve thise we normalize out the ../ in path string before we try to
    resolve it.
    b4c8ef7d