GNOME Bugzilla – Bug 731828
cerbero: fix installation of build tools with custom prefix
Last modified: 2014-06-18 09:08:23 UTC
Created attachment 278660 [details] [review] proposed patch When setting a custom prefix in ~/.cerbero/cerbero.cbc, all build tools are installed to that prefix location, while they should be installed to home_dir. The attached patch fixes this.
It looks good to me. config.load() is parsing the default configuration file again and overwriting the prefix directory that needs to be set again.