From d50f8462500f8f6eb28c82b5c7e82ba95f8319e7 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 25 Feb 2004 06:41:21 +0000 Subject: [PATCH] move the tor program back to usr/bin/ svn:r1119 --- trunk/src/or/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/or/Makefile.am b/trunk/src/or/Makefile.am index 8b4fc2443f..f79381a828 100644 --- a/trunk/src/or/Makefile.am +++ b/trunk/src/or/Makefile.am @@ -2,7 +2,7 @@ TESTS = test noinst_PROGRAMS = test -sbin_PROGRAMS = tor +bin_PROGRAMS = tor tor_SOURCES = buffers.c circuit.c command.c connection.c \ connection_or.c config.c dirserv.c \