We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07cca01 commit 624fa59Copy full SHA for 624fa59
install-scripts/meson_update_icon_cache.py
@@ -6,5 +6,5 @@
6
themedir = os.path.join(os.environ['MESON_INSTALL_PREFIX'], 'share', 'icons', 'hicolor')
7
8
if not os.environ.get('DESTDIR'):
9
- print('Updating gtk icon cache...')
+ print('Updating gtk icon cache... %s' % themedir)
10
subprocess.call(['gtk-update-icon-cache', '-f', '-t', themedir])
0 commit comments