diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-18 13:05:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-18 13:05:34 +0200 |
commit | 646fff13466f38f6f99b15dc5e146b864e6448eb (patch) | |
tree | b63b5983f2a7cdbc9380c7b35bd61071ce8a5b9b /package/tor/Makefile | |
parent | c49eb50825895157e0edd16d7bb542779d57005c (diff) |
use /etc/tor as DataDirectory
Diffstat (limited to 'package/tor/Makefile')
-rw-r--r-- | package/tor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tor/Makefile b/package/tor/Makefile index 26ee59ace..cc0e98bbe 100644 --- a/package/tor/Makefile +++ b/package/tor/Makefile @@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= tor PKG_VERSION:= 0.2.3.25 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= a1c364189a9a66ed9daa8e6436489daf PKG_DESCR:= An anonymous Internet communication system PKG_SECTION:= proxy |