justfile: use prefix in dconf profile path
This commit is contained in:
parent
1ef6af14bb
commit
2324271f5d
1 changed files with 1 additions and 1 deletions
2
Justfile
2
Justfile
|
|
@ -11,7 +11,7 @@ debug_args := if debug == '1' { '' } else { '--release' }
|
|||
cargo_args := vendor_args + ' ' + debug_args
|
||||
xdp_cosmic := '/usr/libexec/xdg-desktop-portal-cosmic'
|
||||
orca := '/usr/bin/orca'
|
||||
cosmic_dconf_profile := '/usr/share/dconf/profile/cosmic'
|
||||
cosmic_dconf_profile := prefix + '/share/dconf/profile/cosmic'
|
||||
|
||||
bindir := prefix + '/bin'
|
||||
systemddir := prefix + '/lib/systemd/user'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue