summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-02-17 04:48:01 +0000
committerRoger Dingledine <arma@torproject.org>2004-02-17 04:48:01 +0000
commita8d8b82662d6827cc3f1c4533de31f0794b64b91 (patch)
tree59c14fd32d995eeaff135a985d52ec5c05a3d785
parentfdf959536feda8b1f647ecd49a017b381cfe1bd5 (diff)
downloadtor-a8d8b82662d6827cc3f1c4533de31f0794b64b91.tar.gz
tor-a8d8b82662d6827cc3f1c4533de31f0794b64b91.zip
install the 'tor' binary to usr/sbin by default
svn:r1082
-rw-r--r--src/or/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/Makefile.am b/src/or/Makefile.am
index f79381a828..8b4fc2443f 100644
--- a/src/or/Makefile.am
+++ b/src/or/Makefile.am
@@ -2,7 +2,7 @@ TESTS = test
noinst_PROGRAMS = test
-bin_PROGRAMS = tor
+sbin_PROGRAMS = tor
tor_SOURCES = buffers.c circuit.c command.c connection.c \
connection_or.c config.c dirserv.c \