Code review comment for lp:~markellmtthw/switchboard/fix-932224

Revision history for this message
Matthew Markell (markellmtthw) wrote :

 By default running cmake .. installs to /usr/local. Builds from the PPA are installed to /usr. This difference can cause some trouble eg if someone is building from source then switches to the ppa, the version in /usr/local is still used by default instead of the PPA version. By installing to /usr, we keep the user from having two different versions installed at the same time.

-----Original Message-----
From: xapantu <email address hidden>
To: Matthew Markell <email address hidden>
Sent: Mon, Mar 12, 2012 4:46 pm
Subject: Re: [Merge] lp:~markellmtthw/switchboard/fix-932224 into lp:switchboard

Why cmake .. -DCMAKE_INSTALL_PREFIX=/usr? We shouldn't recommend to install to
/usr?
--
https://code.launchpad.net/~markellmtthw/switchboard/fix-932224/+merge/93461
You are the owner of lp:~markellmtthw/switchboard/fix-932224.

« Back to merge proposal