[tor-commits] [torbrowser/maint-2.3] Win: Update mozbuild patch so we can make package
erinn at torproject.org
erinn at torproject.org
Wed May 23 00:04:15 UTC 2012
commit f7350d99431b98a6cce1b15b18069fefe1771c6f
Author: Sebastian Hahn <sebastian at torproject.org>
Date: Tue May 22 06:32:44 2012 +0200
Win: Update mozbuild patch so we can make package
---
src/current-patches/mozilla-build/start-msvc.patch | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/current-patches/mozilla-build/start-msvc.patch b/src/current-patches/mozilla-build/start-msvc.patch
index fcd3664..10283f2 100644
--- a/src/current-patches/mozilla-build/start-msvc.patch
+++ b/src/current-patches/mozilla-build/start-msvc.patch
@@ -17,5 +17,5 @@
+if "%1"=="" (
+ start /d "%USERPROFILE%" "" "%MOZILLABUILD%"\msys\bin\bash --login -i"
+) else (
-+ cd "%USERPROFILE%" && "%MOZILLABUILD%"\msys\bin\bash --login -i -c "cd "%1" && "%2" "%3" -f client.mk"
++ cd "%USERPROFILE%" && "%MOZILLABUILD%"\msys\bin\bash --login -i -c "cd "%1" && "%2" "%3" -f client.mk package"
+)
More information about the tor-commits
mailing list