1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

Add a missing --ignore-theme-index argument to gtk-update-icon-cache.

This commit is contained in:
Joe Marcus Clarke 2005-11-10 18:43:05 +00:00
parent f187953513
commit 13bd7ad264
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147851

View File

@ -75,7 +75,7 @@ post-patch:
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
post-install:
@${X11BASE}/bin/gtk-update-icon-cache -f -q \
@${X11BASE}/bin/gtk-update-icon-cache -f -q --ignore-theme-index \
${PREFIX}/share/gnome/balsa/hicolor
.include <bsd.port.post.mk>