mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-01 11:03:47 +00:00
12 lines
310 B
Meson
12 lines
310 B
Meson
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
factory_etc_dir = factorydir / 'etc'
|
|
|
|
custom_target(
|
|
'locale.conf',
|
|
input : 'locale.conf.in',
|
|
output : 'locale.conf',
|
|
command : [jinja2_cmdline, '@INPUT@', '@OUTPUT@'],
|
|
install : true,
|
|
install_dir : factory_etc_dir)
|