blob: 9763d56f9d310847dbcc9dc7ca4d6aea67d8e4c7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- src/network/meson.build.orig 2020-12-06 03:19:25 UTC
+++ src/network/meson.build
@@ -89,13 +89,7 @@ if conf.has('WITH_NETWORK')
output: '@BASENAME@',
copy: true,
install: true,
- install_dir: confdir / 'qemu' / 'networks',
- )
-
- meson.add_install_script(
- meson_python_prog.full_path(), python3_prog.full_path(), meson_install_symlink_prog.full_path(),
- confdir / 'qemu' / 'networks' / 'autostart',
- '../default.xml', 'default.xml',
+ install_dir: datadir / 'examples' / 'libvirt' / 'networks',
)
if conf.has('WITH_FIREWALLD_ZONE')
|