hiromipaw commited on 2018-01-12 16:17:42
Zeige 2 geänderte Dateien mit 14 Einfügungen und 1 Löschungen.
... | ... |
@@ -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 |
|
0 | 14 |
\ No newline at end of file |
... | ... |
@@ -75,9 +75,9 @@ I run |
75 | 75 |
<option value="stretch" selected="selected">Debian stable (stretch)</option> |
76 | 76 |
<option value="testing">Debian testing (buster)</option> |
77 | 77 |
<option value="sid">Debian unstable (sid)</option> |
78 |
-<option value="precise">Ubuntu Precise Pangolin</option> |
|
79 | 78 |
<option value="trusty">Ubuntu Trusty Tahr</option> |
80 | 79 |
<option value="xenial">Ubuntu Xenial Xerus</option> |
80 |
+<option value="zesty">Ubuntu Zesty Zapus</option> |
|
81 | 81 |
</select> |
82 | 82 |
and want |
83 | 83 |
<select id="package"></select> |
84 | 84 |