File: meson.build

package info (click to toggle)
game-data-packager 73
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm
  • size: 23,420 kB
  • sloc: python: 11,086; sh: 609; makefile: 59
file content (10 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
# Copyright 2022 Simon McVittie
# SPDX-License-Identifier: FSFAP

install_data(
  'usr.lib.quake4.q4ded.x86',
  'usr.lib.quake4.quake4.x86',
  'usr.lib.unreal',
  'usr.lib.ut99',
  install_dir : get_option('sysconfdir') / 'apparmor.d',
)