Fix fdo icon install path

This commit is contained in:
Martin Herkt 2018-01-22 10:03:45 +01:00 committed by Ryan Lucia
parent ca3802e82a
commit 2e3a78383f
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ foreach s : ['16x16.png', '22x22.png', '24x24.png', '32x32.png',
dir = s.split('.')[0]
ext = s.split('.')[1]
install_data(join_paths('desktop', dir, 'aegisub.' + ext),
install_dir : join_paths(get_option('datadir'), 'icons', 'hicolor', dir))
install_dir : join_paths(get_option('datadir'), 'icons', 'hicolor', dir, 'apps'))
endforeach