On Monday 30 March 2009 13:56:38 Atte André Jensen wrote:
Arnold Krille wrote:
More like "scons PREFIX=/usr" which
installs everything to /usr,
otherwise only the libs get installed to /usr/lib, the rest stays in
/usr/local. Could give troubles...
Ok, will try that.
How do I figure out what got installed in /usr/local then, in order to
remove it before installing in the right location?
For a start: remove everything from /usr/local that has ffado in the name or
the path.
Or run "scons -c install" to uninstall from the currently set prefix/paths...
Arnold