From d53dab0c1dade513428a8570880c6a279fc4a618 Mon Sep 17 00:00:00 2001 From: "gavin%gavinsharp.com" Date: Sat, 24 Jun 2006 13:12:43 +0000 Subject: [PATCH] Bug 314927: make install does not put default.xpm into $(DESTDIR)$(mozappdir)/chrome/icons/default, patch by Mike Hommey , r=bsmedberg --- calendar/sunbird/app/Makefile.in | 2 +- mail/app/Makefile.in | 2 +- xulrunner/app/Makefile.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/calendar/sunbird/app/Makefile.in b/calendar/sunbird/app/Makefile.in index 06e5aaa85fe..891e69247d1 100644 --- a/calendar/sunbird/app/Makefile.in +++ b/calendar/sunbird/app/Makefile.in @@ -258,7 +258,7 @@ libs:: $(INSTALL) $(DIST)/branding/default.xpm $(DIST)/bin/chrome/icons/default install:: - $(SYSINSTALL) $(IFLAGS1) $(DIST)/branding/default.xpm $(DESTDIR)$(mozappdir)/icons + $(SYSINSTALL) $(IFLAGS1) $(DIST)/branding/default.xpm $(DESTDIR)$(mozappdir)/chrome/icons/default endif export:: diff --git a/mail/app/Makefile.in b/mail/app/Makefile.in index 1bc59b0b038..2d0bf2e707e 100644 --- a/mail/app/Makefile.in +++ b/mail/app/Makefile.in @@ -233,7 +233,7 @@ libs:: $(INSTALL) $(DIST)/branding/default.xpm $(DIST)/bin/chrome/icons/default install:: - $(SYSINSTALL) $(IFLAGS1) $(DIST)/branding/default.xpm $(DESTDIR)$(mozappdir)/icons + $(SYSINSTALL) $(IFLAGS1) $(DIST)/branding/default.xpm $(DESTDIR)$(mozappdir)/chrome/icons/default endif export:: diff --git a/xulrunner/app/Makefile.in b/xulrunner/app/Makefile.in index 2fc2a00d65c..550d915066b 100644 --- a/xulrunner/app/Makefile.in +++ b/xulrunner/app/Makefile.in @@ -224,7 +224,7 @@ libs:: $(INSTALL) $(DIST)/branding/default.xpm $(DIST)/bin/chrome/icons/default install:: - $(SYSINSTALL) $(IFLAGS1) $(DIST)/branding/default.xpm $(DESTDIR)$(mozappdir)/icons + $(SYSINSTALL) $(IFLAGS1) $(DIST)/branding/default.xpm $(DESTDIR)$(mozappdir)/chrome/icons/default endif # XXX applications would need to supply this file