GNOME Bugzilla – Bug 616311
gschema-compile outputs in current directory
Last modified: 2010-04-20 21:28:31 UTC
Using the rule: gsettingsschema_DATA = org.gnome.Bluetooth.gschema.xml install-data-hook: $(gsettingsupdateschemacache) $(gsettingsschemadir) The gschemas.compiled file ends up in the current directory Adding " --targetdir=$(gsettingsschemadir)" fixes it.
Created attachment 159190 [details] [review] gschema-compile: output to src dir by default Instead of dumping the compiled version in the current directory.
this bug was introduced by the windows porting; the tool used to chdir() to the schema directory but that was removed...
I committed a changed-around patch that's a bit less redundant. Thanks for the report!