瀏覽代碼

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
 
-sbin_PROGRAMS = tor
+bin_PROGRAMS = tor
 
 tor_SOURCES = buffers.c circuit.c command.c connection.c \
              connection_or.c config.c dirserv.c \