diff --git a/install-scripts/meson_update_icon_cache.py b/install-scripts/meson_update_icon_cache.py index 76eb67ae8..d618191ab 100644 --- a/install-scripts/meson_update_icon_cache.py +++ b/install-scripts/meson_update_icon_cache.py @@ -6,5 +6,5 @@ themedir = os.path.join(os.environ['MESON_INSTALL_PREFIX'], 'share', 'icons', 'hicolor') if not os.environ.get('DESTDIR'): - print('Updating gtk icon cache...') + print('Updating gtk icon cache... %s' % themedir) subprocess.call(['gtk-update-icon-cache', '-f', '-t', themedir])