File: meson.build

package info (click to toggle)
cryptsetup 2%3A2.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,248 kB
  • sloc: ansic: 65,604; sh: 17,628; cpp: 994; xml: 920; makefile: 495; perl: 486
file content (7 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
if tmpfilesdir != ''
    cryptsetup_conf = configure_file(
        input: 'cryptsetup.conf.in',
        output: 'cryptsetup.conf',
        configuration: conf,
        install_dir: tmpfilesdir)
endif