Colin Childs commited on 2017-08-31 11:58:32
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
... | ... |
@@ -8,7 +8,7 @@ AC_ARG_WITH(tor-browser-bundle, |
8 | 8 |
AC_HELP_STRING([--with-tor-browser-bundle=PROGRAM], |
9 | 9 |
[location of the clone of tor-browser-bundle.git]), |
10 | 10 |
[tor_browser_bundle_dir=$withval]) |
11 |
-GET_TB_VERSION="${tor_browser_bundle_dir}/gitian/get-tb-version" |
|
11 |
+GET_TB_VERSION="${tor_browser_bundle_dir}/gitian/get-tb-version alpha" |
|
12 | 12 |
if ! test -x "$GET_TB_VERSION"; then |
13 | 13 |
AC_MSG_ERROR([Please clone tor-browser-bundle.git and specify its location using --with-tor-browser-bundle]) |
14 | 14 |
fi |
15 | 15 |