Skip to content
  • Brad King's avatar
    BUG: Fix old-style install to prefix top · a27e9ca4
    Brad King authored
    The old install_files, install_programs, and install_targets commands
    used to permit installation to the top of the prefix by specifying
    destination '/'.  This was broken in 2.6.0 to 2.6.2 by changes to
    enforce valid destinations that did not account for this case.  This
    change fixes the case by converting the install destination to '.' which
    is the new-style way to specify the top of the installation prefix.
    a27e9ca4