[tor-commits] [tor-messenger-build/master] Change directory before applying patches

sukhbir at torproject.org sukhbir at torproject.org
Mon Apr 20 15:59:31 UTC 2015


commit 7962e189f632a7eb478888bb9c63980d1afd558a
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Mon Apr 20 12:00:57 2015 -0400

    Change directory before applying patches
---
 projects/instantbird/build |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/instantbird/build b/projects/instantbird/build
index a999f32..c4bd842 100644
--- a/projects/instantbird/build
+++ b/projects/instantbird/build
@@ -36,13 +36,13 @@ cd ../[% project %]-[% c('version') %]
 mkdir im/branding/messenger
 cp -R im/branding/nightly/* im/branding/messenger/
 
-cd mozilla
 for patch in $(ls -1 ../*.patch | sort)
 do
   patch -p1 < $patch
 done
 cat ../spi-cacert.der >> mozilla/security/nss/lib/ckfw/builtins/certdata.txt
 cp ../cert_override.txt im/app/profile
+cd mozilla
 if ls -1 $rootdir/*.mozpatch > /dev/null 2>&1
 then
     for patch in $(ls -1 $rootdir/*.mozpatch | sort)



More information about the tor-commits mailing list