Skip to content
  • Duncan Coutts's avatar
    Fix a bug where the destdir prefix got included in the prog prefix and suffix · c3ccc1c5
    Duncan Coutts authored
    Previously all members of InstallDirs were paths so it was safe to prefix
    them all with the destdir, but now we've also got these two non-paths, so
    we have to not apply the prefix to them. Perhaps the program prefix and suffix
    should just be PathTemplates on their own and not part of InstallDirs.
    Reported by MarcWeber while hacking on Haskell packages for Nix.
    c3ccc1c5