From: Pavel Hrdina Date: Wed, 17 Jun 2020 23:49:58 +0000 (+0200) Subject: meson: tools: install virt-login-shell.conf X-Git-Tag: v6.7.0-rc1~338 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bef5b283ca8920a43dbed8bab408829c6fbc07d3;p=thirdparty%2Flibvirt.git meson: tools: install virt-login-shell.conf Signed-off-by: Pavel Hrdina Reviewed-by: Peter Krempa Reviewed-by: Neal Gompa --- diff --git a/tools/Makefile.am b/tools/Makefile.am index f0d41e8e75..0b59577024 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -21,13 +21,6 @@ # needed STANDALONE_CPPFLAGS = -I$(top_srcdir) -confdir = $(sysconfdir)/libvirt -conf_DATA = - -if WITH_LOGIN_SHELL -conf_DATA += virt-login-shell.conf -endif WITH_LOGIN_SHELL - noinst_LTLIBRARIES = BUILT_SOURCES = diff --git a/tools/meson.build b/tools/meson.build index 0393fd9295..d595e5807a 100644 --- a/tools/meson.build +++ b/tools/meson.build @@ -114,6 +114,8 @@ if conf.has('WITH_LOGIN_SHELL') install_dir: libexecdir, install_rpath: libdir, ) + + install_data('virt-login-shell.conf', install_dir: sysconfdir / 'libvirt') endif if host_machine.system() == 'windows'