commit 7962e189f632a7eb478888bb9c63980d1afd558a Author: Sukhbir Singh sukhbir@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)
tor-commits@lists.torproject.org