ソースを参照

move the tor program back to usr/bin/

svn:r1119
Roger Dingledine 21 年 前
コミット
01e7b8638d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/or/Makefile.am

+ 1 - 1
src/or/Makefile.am

@@ -2,7 +2,7 @@ TESTS = test
 
 
 noinst_PROGRAMS = test
 noinst_PROGRAMS = test
 
 
-sbin_PROGRAMS = tor
+bin_PROGRAMS = tor
 
 
 tor_SOURCES = buffers.c circuit.c command.c connection.c \
 tor_SOURCES = buffers.c circuit.c command.c connection.c \
              connection_or.c config.c dirserv.c \
              connection_or.c config.c dirserv.c \