From 7e2f0a041dbfbf64c8c6099e7a9728ceeb9c9ab5 Mon Sep 17 00:00:00 2001 From: Oleg Romashin Date: Sun, 20 Nov 2011 02:31:56 +0000 Subject: [PATCH] Bug 703382 maemo fast startup resources not found after directory path change. r=mfinkle --- mobile/xul/app/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/xul/app/Makefile.in b/mobile/xul/app/Makefile.in index f7ab6448f26..46d8b1ad067 100644 --- a/mobile/xul/app/Makefile.in +++ b/mobile/xul/app/Makefile.in @@ -188,7 +188,7 @@ endif # SKIP_COPY_XULRUNNER ifeq ($(MOZ_PLATFORM_MAEMO),6) $(NSINSTALL) -D $(DIST)/bin/res/drawable - cp $(topsrcdir)/mobile/app/maemo/* $(DIST)/bin/res/drawable/ + cp $(srcdir)/maemo/* $(DIST)/bin/res/drawable/ cp $(topsrcdir)/$(MOZ_BRANDING_DIRECTORY)/content/favicon32.png $(DIST)/bin/res/drawable/ endif $(NSINSTALL) -D $(DIST)/bin/chrome/icons/default