diff --git a/Justfile b/Justfile index c9d73d6..d348ec8 100644 --- a/Justfile +++ b/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'