[or-cvs] r16696: {torbrowser} Pass the right path to the dummy profile (torbrowser/trunk/build-scripts)

sjm217 at seul.org sjm217 at seul.org
Sat Aug 30 20:59:51 UTC 2008


Author: sjm217
Date: 2008-08-30 16:59:50 -0400 (Sat, 30 Aug 2008)
New Revision: 16696

Modified:
   torbrowser/trunk/build-scripts/Makefile
Log:
Pass the right path to the dummy profile

Modified: torbrowser/trunk/build-scripts/Makefile
===================================================================
--- torbrowser/trunk/build-scripts/Makefile	2008-08-30 17:55:41 UTC (rev 16695)
+++ torbrowser/trunk/build-scripts/Makefile	2008-08-30 20:59:50 UTC (rev 16696)
@@ -271,7 +271,7 @@
 	## Install default extensions and everything from extensions directory
 	for extension in langpack_$(LANGCODE).xpi $(DEFAULT_EXTENSIONS) $(EXTENSIONS_DIR)/*.xpi $(EXTENSIONS_DIR)/*.jar; \
 	  do $(BUNDLE)/FirefoxPortable/App/firefox/firefox.exe \
-             -profile $(DUMMYPROFILE) \
+             -profile $(DUMMYPROFILE)/profile \
              -install-global-extension $$extension; \
           done
 	## Delete the dummy profile



More information about the tor-commits mailing list