diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/doc/COPYING | 2 | ||||
-rw-r--r-- | share/icons/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/doc/COPYING b/share/doc/COPYING index eeb586b3..48c9fe9b 100644 --- a/share/doc/COPYING +++ b/share/doc/COPYING @@ -2,7 +2,7 @@ Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. diff --git a/share/icons/Makefile.am b/share/icons/Makefile.am index ee5384cc..1096c04c 100644 --- a/share/icons/Makefile.am +++ b/share/icons/Makefile.am @@ -4,7 +4,7 @@ icondir = $(datadir)/icons/hicolor/48x48/apps hicolor_DATA = hexchat.svg hicolordir = $(datadir)/icons/hicolor/scalable/apps -UPDATE_ICON_CACHE = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor +UPDATE_ICON_CACHE = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor || : install-data-hook: $(UPDATE_ICON_CACHE); |