File: meson.build

package info (click to toggle)
slick-greeter 2.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,392 kB
  • sloc: xml: 164; makefile: 151; python: 107; sh: 33
file content (10 lines) | stat: -rw-r--r-- 154 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
install_subdir(
    'usr' / 'bin',
    install_dir: bindir,
    strip_directory: true,
)

install_subdir(
    'usr' / 'share',
    install_dir: prefix,
)