Fix icons directory for gtk-update-icon-cache

This commit is contained in:
Romain Failliot 2020-06-20 19:01:56 -04:00
parent 64ac864f80
commit c05670c288
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ if not files_only:
print(f'Performing post {stage} tasks.')
cmds = [ [ 'update-desktop-database' ],
[ 'gtk-update-icon-cache', os.path.join(destdir, os.path.join(prefix, 'icons/hicolor')[1:]) ] ]
[ 'gtk-update-icon-cache', os.path.join(destdir, os.path.join(prefix, 'share/icons/hicolor')[1:]) ] ]
if install:
cmds.append([ 'scrollkeeper-update', '-q', '-o', os.path.join(destdir, os.path.join(prefix, 'share/omf/diffuse')[1:]) ])
else: