about summary refs log tree commit diff
path: root/pkgs/by-name/fw/fwupd/installed-tests-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/fw/fwupd/installed-tests-path.patch')
-rw-r--r--pkgs/by-name/fw/fwupd/installed-tests-path.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/fw/fwupd/installed-tests-path.patch b/pkgs/by-name/fw/fwupd/installed-tests-path.patch
index 2954f89e14c3..6186ca230535 100644
--- a/pkgs/by-name/fw/fwupd/installed-tests-path.patch
+++ b/pkgs/by-name/fw/fwupd/installed-tests-path.patch
@@ -6,7 +6,7 @@ index dfce86b1c..5e34c4fa6 100644
    output: 'fwupd-tests.conf',
    configuration: con2,
    install: true,
--  install_dir: join_paths(sysconfdir, 'fwupd', 'remotes.d'),
+-  install_dir: join_paths(datadir, 'fwupd', 'remotes.d'),
 +  install_dir: join_paths(get_option('installed_test_prefix'), 'etc', 'fwupd', 'remotes.d'),
  )
 diff --git a/meson.build b/meson.build