[tor-commits] [tor-messenger-build/master] Ensure correct formatting for makefile
sukhbir at torproject.org
sukhbir at torproject.org
Fri Jan 30 20:59:37 UTC 2015
commit f84928933c38faa995749aa986660899b7906f91
Author: Sukhbir Singh <sukhbir at torproject.org>
Date: Sat Jan 31 02:30:13 2015 +0530
Ensure correct formatting for makefile
---
projects/instantbird/installer.patch | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/projects/instantbird/installer.patch b/projects/instantbird/installer.patch
index 24641cf..2c5697c 100644
--- a/projects/instantbird/installer.patch
+++ b/projects/instantbird/installer.patch
@@ -1,13 +1,13 @@
diff --git a/im/app/profile/Makefile.in b/im/app/profile/Makefile.in
-index 4f48e97..bca1f17 100644
+index 4f48e97..4e02fdf 100644
--- a/im/app/profile/Makefile.in
+++ b/im/app/profile/Makefile.in
@@ -15,6 +15,7 @@ include $(topsrcdir)/config/rules.mk
FILES := \
- mimeTypes.rdf \
- localstore.rdf \
-+ cert_override.txt
- $(NULL)
+ mimeTypes.rdf \
+ localstore.rdf \
++ cert_override.txt \
+ $(NULL)
libs:: $(FILES)
diff --git a/im/installer/Makefile.in b/im/installer/Makefile.in
@@ -20,8 +20,8 @@ index 396d5f8..deca57e 100644
-NON_OMNIJAR_FILES =
+NON_OMNIJAR_FILES = \
-+ defaults/profile/cert_override.txt \
-+ $(NULL)
++ defaults/profile/cert_override.txt \
++ $(NULL)
ifndef LIBXUL_SDK
INSTALL_SDK = 1
More information about the tor-commits
mailing list