meson: tools: install virt-login-shell.conf

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
This commit is contained in:
Pavel Hrdina 2020-06-18 01:49:58 +02:00
parent 2baf303684
commit bef5b283ca
2 changed files with 2 additions and 7 deletions

View File

@ -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 =

View File

@ -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'