[or-cvs] r20386: {torbrowser} Update the directory structure to be more reasonable. (torbrowser/trunk/src/RelativeLink)

ioerror at seul.org ioerror at seul.org
Thu Aug 27 05:04:03 UTC 2009


Author: ioerror
Date: 2009-08-27 01:04:03 -0400 (Thu, 27 Aug 2009)
New Revision: 20386

Modified:
   torbrowser/trunk/src/RelativeLink/RelativeLink.sh
Log:
Update the directory structure to be more reasonable.


Modified: torbrowser/trunk/src/RelativeLink/RelativeLink.sh
===================================================================
--- torbrowser/trunk/src/RelativeLink/RelativeLink.sh	2009-08-27 04:56:39 UTC (rev 20385)
+++ torbrowser/trunk/src/RelativeLink/RelativeLink.sh	2009-08-27 05:04:03 UTC (rev 20386)
@@ -9,10 +9,10 @@
 echo "Attemping to properly configure HOME..."
 export HOME=$PWD
 echo $HOME
-export LDPATH=$HOME/lib/
+export LDPATH=$HOME/Lib/
 echo "Attemping to properly configure LDPATH..."
 echo $LDPATH
-export LD_LIBRARY_PATH=$HOME/lib/
+export LD_LIBRARY_PATH=$HOME/Lib/
 echo "Attemping to properly configure LD_LIBRARY_PATH..."
 echo $LD_LIBRARY_PATH
 export DYLD_PRINT_LIBRARIES=1
@@ -22,5 +22,5 @@
 # exec $HOME/bin/vidalia --loglevel debug --logfile vidalia-log \
 # --datadir .config/
 echo "Now attempting to launch the TBB for Linux..."
-exec $HOME/bin/vidalia --datadir .config/
+exec $HOME/bin/vidalia --datadir Data/
 echo "Everything should be gone!"



More information about the tor-commits mailing list