File: meson.build

package info (click to toggle)
mpdscribble 0.25-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 968 kB
  • sloc: cpp: 3,803; sh: 164; makefile: 17
file content (7 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
install_man('mpdscribble.1')

install_data(
  'mpdscribble.conf',
  install_dir: get_option('sysconfdir'),
  install_mode: 'rw-------',
)