blue-build / modules

BlueBuild standard modules used for building your Atomic Images
Apache License 2.0
23 stars 25 forks source link

gschema-overrides: allow including files from config/gschema-overrides? #117

Closed xynydev closed 5 months ago

xynydev commented 5 months ago

Currently, as I understand it, the user of the module is supposed to place their overrides into /usr/share/glib-2.0/schemas/ with the files module first before using the module. Should we allow including the files straight from config/gschema-overrides/where they would be copied over to the correct directory?

fiftydinar commented 5 months ago

Currently, as I understand it, the user of the module is supposed to place their overrides into /usr/share/glib-2.0/schemas/ with the files module first before using the module. Should we allow including the files straight from config/gschema-overrides/where they would be copied over to the correct directory?

I actually thought about this, not just for this module, but generally for all the modules.

I agree & I will update module with this change.

fiftydinar commented 5 months ago

Here's the fix

https://github.com/ublue-os/bling/pull/120