[or-cvs] r19542: {torvm} Fix broken Torbutton download url. This is why clean builds (torvm/trunk/build/win32)

coderman at seul.org coderman at seul.org
Thu May 21 10:47:50 UTC 2009


Author: coderman
Date: 2009-05-21 06:47:50 -0400 (Thu, 21 May 2009)
New Revision: 19542

Modified:
   torvm/trunk/build/win32/Makefile
Log:
Fix broken Torbutton download url. This is why clean builds are good sanity checks :)

Modified: torvm/trunk/build/win32/Makefile
===================================================================
--- torvm/trunk/build/win32/Makefile	2009-05-20 04:35:34 UTC (rev 19541)
+++ torvm/trunk/build/win32/Makefile	2009-05-21 10:47:50 UTC (rev 19542)
@@ -209,7 +209,7 @@
 
 TORBUTTON_XPI_VER=1.2.1
 TORBUTTON_XPI_F=torbutton-$(TORBUTTON_XPI_VER)-fx.xpi
-TORBUTTON_XPI_URL=http://releases.mozilla.org/pub/mozilla.org/addons/2275/$(TORBUTTON_XPI_NAME)
+TORBUTTON_XPI_URL=http://releases.mozilla.org/pub/mozilla.org/addons/2275/$(TORBUTTON_XPI_F)
 TORBUTTON_XPI_SUM=204766e5c9112aba7313e3ab98023f57f1668978
 
 MARBLE_NAME=marble-latest



More information about the tor-commits mailing list