summaryrefslogtreecommitdiff
path: root/src/ch
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/ch
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/ch')
-rw-r--r--src/ch/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ch/meson.build b/src/ch/meson.build
index a4bf0c6649..66b77907b0 100644
--- a/src/ch/meson.build
+++ b/src/ch/meson.build
@@ -65,6 +65,7 @@ if conf.has('WITH_CH')
virt_install_dirs += [
localstatedir / 'lib' / 'libvirt' / 'ch',
+ localstatedir / 'log' / 'libvirt' / 'ch',
runstatedir / 'libvirt' / 'ch',
]
endif