Details
Description
The command sudo qbs install will fail if root doesn't have exactly the same settings as $(whoami).
We must
- not build on install
- make the install step determine the build dir from the profile name/build config.
The command sudo qbs install will fail if root doesn't have exactly the same settings as $(whoami).
We must