diff options
author | Bdale Garbee <bdale@gag.com> | 2014-09-10 00:01:33 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2014-09-10 00:01:33 -0600 |
commit | b3fba989a84db7d904e09a8f47e3a86d4e0f9577 (patch) | |
tree | c010c115559912053104d626ff5d2409117401d7 | |
parent | 28bd5057252e61bc5b1a35a00bc1f9fdfde097f7 (diff) | |
parent | 1fb200d18cc385230b3af574816ec354682cc5c9 (diff) |
Merge branch 'master' into branch-1.5
-rw-r--r-- | icon/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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) $@ |