1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
# Copyright 2022 Simon McVittie
# SPDX-License-Identifier: FSFAP
install_data(
'game-data-packager.conf',
install_dir : get_option('sysconfdir'),
)
install_data(
'3drealms-mirrors',
'apogee-mirrors',
'gentoo-distfiles-mirrors',
'idgames-mirrors',
'idstuff-mirrors',
'lgeneral-mirrors',
'lokigames-mirrors',
'rtcw-mirrors',
'spear-of-destiny-mirrors',
'theme-hospital-mirrors',
'tyrian-mirrors',
install_dir : get_option('sysconfdir') / 'game-data-packager',
)
subdir('apparmor.d')
|