From 00aabbf78bae4d3fec90a7364370650d04bd1bf4 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Wed, 31 Jul 2019 21:13:15 -0500 Subject: [PATCH] trivial: add cache directory into systemd unit rw paths --- data/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/data/meson.build b/data/meson.build index 61664cd68..c40d56836 100644 --- a/data/meson.build +++ b/data/meson.build @@ -41,6 +41,7 @@ if get_option('systemd') rw_directories = [] rw_directories += join_paths (localstatedir, 'lib', 'fwupd') + rw_directories += join_paths (localstatedir, 'cache', 'fwupd') rw_directories += join_paths (sysconfdir, 'fwupd') rw_directories += join_paths (sysconfdir, 'fwupd', 'remotes.d') if get_option('plugin_uefi')