[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r21915: {torbrowser} fix permissions on tor's data directory to make vidalia happ (torbrowser/trunk/build-scripts)
Author: erinn
Date: 2010-03-10 22:09:35 +0000 (Wed, 10 Mar 2010)
New Revision: 21915
Modified:
torbrowser/trunk/build-scripts/Makefile.linux
Log:
fix permissions on tor's data directory to make vidalia happy again
Modified: torbrowser/trunk/build-scripts/Makefile.linux
===================================================================
--- torbrowser/trunk/build-scripts/Makefile.linux 2010-03-10 22:08:18 UTC (rev 21914)
+++ torbrowser/trunk/build-scripts/Makefile.linux 2010-03-10 22:09:35 UTC (rev 21915)
@@ -32,7 +32,7 @@
#####################
## Location of directory for source unpacking
-FETCH_DIR=/tmp
+FETCH_DIR=/home/e/build
## Location of directory for prefix/destdir/compiles/etc
BUILT_DIR=$(FETCH_DIR)/built
TBB_FINAL=$(BUILT_DIR)/TBBL
@@ -402,6 +402,7 @@
## Configure Tor
cp $(CONFIG_SRC)/torrc-linux $(DEST)/Data/Tor/torrc
cp $(TOR_DIR)/src/config/geoip $(DEST)/Data/Tor/geoip
+ chmod 700 $(DEST)/Data/Tor
# We've replaced the custom C program with a shell script for now...
launcher: