Changes between Version 1 and Version 2 of Ticket #65244, comment 9


Ignore:
Timestamp:
Jun 7, 2022, 7:16:43 PM (2 years ago)
Author:
jmroot (Joshua Root)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65244, comment 9

    v1 v2  
    33There is a `--root` option that should be used to specify a destroot (it should not just be prepended to the prefix); i.e.
    44{{{
    5 INSTALL(CODE "execute_process(COMMAND ${PYTHON} ${SETUP_PY} install --prefix=${SETUP_PY_INSTALL_PREFIX}  --root=\$ENV{DESTDIR})")
     5INSTALL(CODE "execute_process(COMMAND ${PYTHON} ${SETUP_PY} install --prefix=${SETUP_PY_INSTALL_PREFIX} --root=\$ENV{DESTDIR})")
    66}}}
    77(untested)