After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 731828 - cerbero: fix installation of build tools with custom prefix
cerbero: fix installation of build tools with custom prefix
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: packages
git master
Other All
: Normal normal
: 1.3.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-06-18 08:43 UTC by Dirk Van Haerenborgh
Modified: 2014-06-18 09:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (872 bytes, patch)
2014-06-18 08:43 UTC, Dirk Van Haerenborgh
committed Details | Review

Description Dirk Van Haerenborgh 2014-06-18 08:43:33 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.
Comment 1 Andoni Morales 2014-06-18 09:06:43 UTC
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.