coot-0.8.2-sandbox-icons.patch 740 B

1234567891011121314151617
  1. pixmaps/icons/Makefile.am | 4 ++--
  2. 1 file changed, 2 insertions(+), 2 deletions(-)
  3. diff --git a/pixmaps/icons/Makefile.am b/pixmaps/icons/Makefile.am
  4. index 0c183ae..dddc11a 100644
  5. --- a/pixmaps/icons/Makefile.am
  6. +++ b/pixmaps/icons/Makefile.am
  7. @@ -11,6 +11,6 @@ install-data-local:
  8. CONTEXT=` echo $$icon | cut -d_ -f2`; \
  9. SIZE=` echo $$icon | cut -d_ -f3`; \
  10. ICONFILE=`echo $$icon | cut -d_ -f4`; \
  11. - mkdir -p $(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \
  12. - $(INSTALL_DATA) $(srcdir)/$$icon $(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
  13. + mkdir -p $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \
  14. + $(INSTALL_DATA) $(srcdir)/$$icon $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
  15. done;