Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 644600
Collapse All | Expand All

(-)a/meson.build (-10 / +1 lines)
Lines 2634-2649 Link Here
2634
# install_data('modprobe.d/systemd.conf',
2634
# install_data('modprobe.d/systemd.conf',
2635
#              install_dir : modprobedir)
2635
#              install_dir : modprobedir)
2636
#endif // 0
2636
#endif // 0
2637
install_data('README',
2637
install_data('src/libelogind/sd-bus/GVARIANT-SERIALIZATION',
2638
             'NEWS',
2639
             'CODING_STYLE',
2640
#if 0 /// UNNEEDED by elogind
2641
#              'DISTRO_PORTING',
2642
#              'ENVIRONMENT.md',
2643
#endif // 0
2644
             'LICENSE.GPL2',
2645
             'LICENSE.LGPL2.1',
2646
             'src/libelogind/sd-bus/GVARIANT-SERIALIZATION',
2647
             install_dir : docdir)
2638
             install_dir : docdir)
2648
2639
2649
meson.add_install_script('sh', '-c', mkdir_p.format(systemdstatedir))
2640
meson.add_install_script('sh', '-c', mkdir_p.format(systemdstatedir))

Return to bug 644600