After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 695074 - build: Fix `make distcheck` by updating the icon cache on uninstall too
build: Fix `make distcheck` by updating the icon cache on uninstall too
Status: RESOLVED FIXED
Product: gnome-online-accounts
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME Online Accounts maintainer(s)
GNOME Online Accounts maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-03-03 19:31 UTC by Emanuele Aina
Modified: 2013-03-04 12:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Fix `make distcheck` by updating the icon cache on uninstall too (1.20 KB, patch)
2013-03-03 19:31 UTC, Emanuele Aina
committed Details | Review

Description Emanuele Aina 2013-03-03 19:31:24 UTC
`make distcheck' currently fails with the following error:

ERROR: files left after uninstall:
./share/icons/hicolor/icon-theme.cache
Comment 1 Emanuele Aina 2013-03-03 19:31:27 UTC
Created attachment 237893 [details] [review]
build: Fix `make distcheck` by updating the icon cache on uninstall too

Run gtk-update-icon-cache even on uninstall to clear the icon cache and
avoid the following `make distcheck' error:

ERROR: files left after uninstall:
./share/icons/hicolor/icon-theme.cache
Comment 2 Debarshi Ray 2013-03-04 12:59:02 UTC
Comment on attachment 237893 [details] [review]
build: Fix `make distcheck` by updating the icon cache on uninstall too

Thanks for the patch!