justfile: install dconf profile
This wasn't being installed by the justfile, so distros using the justfile for packaging weren't properly installing the dconf profile. Fixes https://gitlab.alpinelinux.org/alpine/aports/-/issues/17056
This commit is contained in:
parent
2324271f5d
commit
bbd803ef75
1 changed files with 3 additions and 0 deletions
3
Justfile
3
Justfile
|
|
@ -41,6 +41,9 @@ install:
|
||||||
# mimeapps
|
# mimeapps
|
||||||
install -Dm0644 data/cosmic-mimeapps.list {{applicationdir}}/cosmic-mimeapps.list
|
install -Dm0644 data/cosmic-mimeapps.list {{applicationdir}}/cosmic-mimeapps.list
|
||||||
|
|
||||||
|
# dconf profile
|
||||||
|
install -Dm644 data/dconf/profile/cosmic {{cosmic_dconf_profile}}
|
||||||
|
|
||||||
clean_vendor:
|
clean_vendor:
|
||||||
rm -rf vendor vendor.tar .cargo/config
|
rm -rf vendor vendor.tar .cargo/config
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue