Unable to build ppa with CMake due to write access

Asked by Elliana May

I'm currently trying to configure a ppa using dh's build system CMake+ninja, for which the install prefix seems to be /usr

Unfortunately, when CMake tries to install to there, I get a write permission error

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Elliana May
Solved:
Last query:
Last reply:
Revision history for this message
Elliana May (mause-me) said :
#1
Revision history for this message
Elliana May (mause-me) said :
#2

I ended up figuring out that my build was trying to install buring the build stage, with that corrected it works fine