[tor-commits] [tor-messenger-build/master] instantbird/build: fix a typo
boklm at torproject.org
boklm at torproject.org
Fri Nov 7 11:47:04 UTC 2014
commit fe34c19f9113c7d518b939d260ef50bb33b33ae0
Author: Nicolas Vigier <boklm at torproject.org>
Date: Fri Nov 7 12:46:36 2014 +0100
instantbird/build: fix a typo
---
projects/instantbird/build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/instantbird/build b/projects/instantbird/build
index 66179ee..1f611a1 100644
--- a/projects/instantbird/build
+++ b/projects/instantbird/build
@@ -34,6 +34,6 @@ do
patch -p1 < $patch
done
cp ../[% c('input_files_by_name/mozconfig') %] .mozconfig
-./mozilla/mach build || ./mozilla/mach/build
+./mozilla/mach build || ./mozilla/mach build
./mozilla/mach package
mv obj-*/dist/*.tar.bz2 [% dest_dir _ '/' _ c('filename') %]
More information about the tor-commits
mailing list