[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



commit 7962e189f632a7eb478888bb9c63980d1afd558a
Author: Sukhbir Singh <sukhbir@xxxxxxxxxxxxxx>
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)

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits