From: Keith Packard Date: Wed, 10 Sep 2014 06:00:14 +0000 (-0700) Subject: icons: Use DESTDIR when updating mime/icon caches X-Git-Tag: 1.5~11^2 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=1fb200d18cc385230b3af574816ec354682cc5c9;ds=sidebyside icons: Use DESTDIR when updating mime/icon caches This is done in install-data-hook and needs to explicitly use DESTDIR Signed-off-by: Keith Packard --- diff --git a/icon/Makefile.am b/icon/Makefile.am index bf147ad3..d0cd9853 100644 --- a/icon/Makefile.am +++ b/icon/Makefile.am @@ -117,8 +117,8 @@ clean-local: $(RM) altusmetrum.xpm install-data-hook: - update-mime-database $(datadir)/mime - update-icon-caches $(ICON_THEME) + update-mime-database $(DESTDIR)$(datadir)/mime + update-icon-caches $(DESTDIR)$(ICON_THEME) $(MPD_ICON): $(MP_ICON) $(LN_S) $(MP_ICON) $@