[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r3227: Fix the path to torbutton, lest we hardcode the torbutton ve (vidalia/trunk/pkg)



Author: phobos
Date: 2008-10-13 22:59:10 -0400 (Mon, 13 Oct 2008)
New Revision: 3227

Modified:
   vidalia/trunk/pkg/package.sh
Log:
Fix the path to torbutton, lest we hardcode the torbutton version.


Modified: vidalia/trunk/pkg/package.sh
===================================================================
--- vidalia/trunk/pkg/package.sh	2008-10-13 02:34:16 UTC (rev 3226)
+++ vidalia/trunk/pkg/package.sh	2008-10-14 02:59:10 UTC (rev 3227)
@@ -78,7 +78,7 @@
   cp $torpath/src/or/tor $torpath/src/tools/tor-checkkey $torpath/src/tools/tor-gencert $torpath/src/tools/tor-resolve ../Vidalia.app/
   cp $torpath/src/config/geoip $torpath/src/config/torrc.sample ../Vidalia.app/
   cp $polipopath/polipo $polipopath/contrib/tor-polipo.conf ../Vidalia.app/
-  cp $torbuttonpath/torbutton-1.2.0-fx.xpi ../Vidalia.app/
+  cp $torbuttonpath ../Vidalia.app/
   srcdir="../"
   srcfiles="Vidalia.app README LEGAL"
   osx/builddmg.sh "$srcdir" "$srcfiles" "bundle" "$torversion"