aboutsummaryrefslogtreecommitdiff
blob: 3926731442a3409adbcbfc7eb770248d656402b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
install_data(
    [
        'process-1.ebuild',
        'profiles/arches-desc/profiles/arch.list',
        'profiles/arches-desc/profiles/arches.desc',
		'profiles/arches-desc/profiles/profiles.desc',
		'profiles/both/profiles/arch.list',
		'profiles/both/profiles/profiles.desc',
    ],
    preserve_path: true,
    install_dir : py.get_install_dir() / 'gentoolkit' / 'ekeyword' / 'tests'
)