Browse code

Revert change to makefile.local.sample

hiromipaw authored on 26/12/2017 12:03:00
Showing 1 changed files
... ...
@@ -10,4 +10,4 @@
10 10
 #
11 11
 # e.g.:
12 12
 # export TORGIT=/home/weasel/projects/tor/tor/.git
13
-export TORGIT=/home/arthur/projects/tor/.git
13
+export TORGIT=set this to your tor.git path
14 14
\ No newline at end of file
Browse code

fix link to tipprbot

Arthur Edelstein authored on 24/12/2017 18:04:17
Showing 1 changed files
... ...
@@ -10,4 +10,4 @@
10 10
 #
11 11
 # e.g.:
12 12
 # export TORGIT=/home/weasel/projects/tor/tor/.git
13
-export TORGIT=set this to your tor.git path
13
+export TORGIT=/home/arthur/projects/tor/.git
Browse code

Move the TORGIT config option to Makefile.local

Peter Palfrader authored on 17/02/2012 17:50:37
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,13 @@
1
+# This is a sample for your Makefile.local.
2
+#
3
+# Copy this to Makefile.local and change the path to match your local
4
+# system.
5
+#
6
+
7
+# The path to a clone of the tor source code repository's .git dir.
8
+# Note that if your clone is a non-bare repository that you must not
9
+# leave out the .git part.
10
+#
11
+# e.g.:
12
+# export TORGIT=/home/weasel/projects/tor/tor/.git
13
+export TORGIT=set this to your tor.git path