Skip to content
  • Klaus Aehlig's avatar
    For exported paths, use the canonical ones · 9f8e85c6
    Klaus Aehlig authored
    
    
    Some paths set that are set at configure time are needed at run
    time. These are exported by the Makefile. Change this to export the
    "canonical", unversioned, ones. This also has the advantage, that
    tools do not have to know which programs are python scripts (where,
    after following all the symbolic links, you end up under
    $(prefix)/share/ due to the private-module layout) and which are
    binaries (where you end up under $(prefix)/lib/).
    
    Signed-off-by: default avatarKlaus Aehlig <aehlig@google.com>
    Reviewed-by: default avatarMichele Tartara <mtartara@google.com>
    9f8e85c6