1 # SPDX-License-Identifier: LGPL-2.1+
6 systemd.be@latin.catalog
18 support_url = get_option('support-url')
19 support_sed = 's~%SUPPORT_URL%~@0@~'.format(support_url)
21 foreach file : in_files
26 command : [sed, support_sed, '@INPUT@'],
29 install_dir : catalogdir)
32 meson.add_install_script('sh', '-c',
33 'test -n "$DESTDIR" || @0@/journalctl --update-catalog'