~asac/thunderbird/thunderbird.dev.gnome-autodetect

« back to all changes in this revision

Viewing changes to debian/patches/ship_movemail_rdf

  • Committer: Alexander Sack
  • Date: 2007-12-29 18:11:59 UTC
  • Revision ID: asac@jwsdot.com-20071229181159-zx1c5gg1wcskwjo4
* Ship movemail.rdf (LP: #148942)
  - add debian/patches/ship_movemail_rdf
  - update debian/patches/series
* document in changelog accordingly
  - update debian/changelog

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
---
 
2
 mailnews/base/ispdata/Makefile.in |    5 ++++-
 
3
 1 file changed, 4 insertions(+), 1 deletion(-)
 
4
 
 
5
Index: mozilla/mailnews/base/ispdata/Makefile.in
 
6
===================================================================
 
7
--- mozilla.orig/mailnews/base/ispdata/Makefile.in
 
8
+++ mozilla/mailnews/base/ispdata/Makefile.in
 
9
@@ -61,12 +61,15 @@
 
10
 EXPORT_RESOURCE_FILES += dotmac.rdf
 
11
 endif
 
12
 
 
13
 include $(topsrcdir)/config/rules.mk
 
14
 
 
15
 GARBAGE                += $(addprefix $(EXPORT_DIR)/, $(EXPORT_RESOURCE_FILES)) 
 
16
 
 
17
 ifneq ($(EXPORT_RESOURCE_FILES),$(NULL))
 
18
-libs::
 
19
+libs:: $(EXPORT_RESOURCE_FILES)
 
20
        $(INSTALL) $(addprefix $(srcdir)/, $(EXPORT_RESOURCE_FILES)) $(EXPORT_DIR)
 
21
 
 
22
+install:: $(EXPORT_RESOURCE_FILES)
 
23
+       $(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir)/isp
 
24
+       $(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir)/isp/US
 
25
 endif