File: meson.build

package info (click to toggle)
lxc 1%3A6.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,808 kB
  • sloc: ansic: 68,840; sh: 4,266; python: 135; makefile: 59
file content (8 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: LGPL-2.1+

rootfs_readme = configure_file(
    configuration: dummy_config_data,
    input: 'README',
    output: 'README',
    install: true,
    install_dir: lxcrootfsmount)