diff options
-rw-r--r-- | ports-mgmt/packagekit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports-mgmt/packagekit/Makefile b/ports-mgmt/packagekit/Makefile index 69a1d25c7be5..0ab6d42ce1ec 100644 --- a/ports-mgmt/packagekit/Makefile +++ b/ports-mgmt/packagekit/Makefile @@ -27,7 +27,8 @@ USE_LDCONFIG= yes CPE_VENDOR= packagekit_project SHEBANG_FILES= contrib/cron/packagekit-background.cron -MESON_ARGS= -Dlocalstatedir=/var -Dsystemd=false -Doffline_update=false \ +MESON_ARGS= -Dlocalstatedir=/var -Dsysconfdir=${PREFIX}/etc \ + -Dsystemd=false -Doffline_update=false \ -Dbash_completion=false -Dbash_command_not_found=false \ -Dgstreamer_plugin=false |