justfile: use prefix in dconf profile path

This commit is contained in:
Clayton Craft 2025-04-03 11:34:38 -07:00 committed by Victoria Brekenfeld
parent 1ef6af14bb
commit 2324271f5d

View file

@ -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'