boostorg / boostorg/boost_install
staging-prefix not respected by cmake files
Open
- Dominant language
- C
- Stars
- 11
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
If I install Boost with `b2 install --prefix=/usr staging-prefix=/tmp/stage/usr` the libraries are installed to `/tmp/stage/usr/lib/...` but fails as the the cmake files are not relocated under the staging prefix:
```
common.mkdir /usr/lib/cmake
| mkdir: cannot create directory ‘/usr/lib/cmake’: Permission denied
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.