default installation folder shoulbe be /usr/local, not /usr
Open
- Dominant language
- C++
- Stars
- 32.1k
- Forks
- 6.9k
- Avg merge
- 32m
- Merged PRs (30d)
- 1
Description
> Note: Please use Issues only for bug reports. For questions, discussions, feature requests, etc. post to dev group: https://www.facebook.com/groups/rocksdb.dev
### Expected behavior
by default user compiles/installed packages should land on /usr/local/ not /usr/
### Actual behavior
installation files land on /usr/* instead of /usr/local
### Steps to reproduce the behavior
```bash
mkdir _build
cd _build
cmake ..
make
sudo make install
ls -al /usr/local/include/rocksdb # -> error
ls -al /usr/include/rocksdb # -> files are here
```
Contributor guide
Assessment
This issue has not been assessed yet.