lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 22.05-pre 14 lines 427 B view raw
1diff --git a/src/ch/meson.build b/src/ch/meson.build 2index e34974d56c..4767763c2c 100644 3--- a/src/ch/meson.build 4+++ b/src/ch/meson.build 5@@ -68,7 +68,7 @@ if conf.has('WITH_CH') 6 } 7 8 virt_install_dirs += [ 9- localstatedir / 'lib' / 'libvirt' / 'ch', 10- runstatedir / 'libvirt' / 'ch', 11+ install_prefix + localstatedir / 'lib' / 'libvirt' / 'ch', 12+ install_prefix + runstatedir / 'libvirt' / 'ch', 13 ] 14 endif