summaryrefslogtreecommitdiff
path: root/src/node_device
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2022-02-02 11:35:51 +0100
committerAndrea Bolognani <abologna@redhat.com>2022-02-02 16:26:36 +0100
commit7627c96cdb8c3513d94beccdc42774192e6a763e (patch)
treee2c350ba1eb3e8090f15c1b045f9ce84b16b209e /src/node_device
parent29b64dc610edc78be76683c7fc98a3411e7cdf55 (diff)
downloadlibvirt-7627c96cdb8c3513d94beccdc42774192e6a763e.tar.gz
meson: Add missing virt_install_dirs
We recently started listing these in the spec file and, since we were not creating them during the installation phase, that broke RPM builds. Fixes: 4b43da0bff9b78dcf1189388d4c89e524238b41d Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Diffstat (limited to 'src/node_device')
-rw-r--r--src/node_device/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/node_device/meson.build b/src/node_device/meson.build
index 5013d825b3..1c95975c37 100644
--- a/src/node_device/meson.build
+++ b/src/node_device/meson.build
@@ -62,4 +62,8 @@ if conf.has('WITH_NODE_DEVICES')
'name': 'virtnodedevd',
'in_file': files('virtnodedevd.init.in'),
}
+
+ virt_install_dirs += [
+ runstatedir / 'libvirt' / 'nodedev',
+ ]
endif