From c05670c2885c80eeeaeaf19d25aa0e4b111cd5be Mon Sep 17 00:00:00 2001 From: Romain Failliot Date: Sat, 20 Jun 2020 19:01:56 -0400 Subject: [PATCH] Fix icons directory for gtk-update-icon-cache --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.py b/install.py index 1a55ff3..46ce777 100755 --- a/install.py +++ b/install.py @@ -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: