aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSteven Hazel <sah@freehaven.net>2003-10-16 08:53:14 +0000
committerSteven Hazel <sah@freehaven.net>2003-10-16 08:53:14 +0000
commit1769b00cdb63f459b30f78e099d612f8a1cd118b (patch)
treebfbe59cf641b97db608713b34c199927af4c7e72 /Makefile.am
parentf32c1c31277db5b2ec91911966596973185380cf (diff)
downloadtor-1769b00cdb63f459b30f78e099d612f8a1cd118b.tar
tor-1769b00cdb63f459b30f78e099d612f8a1cd118b.tar.gz
create var/lib/tor on "make install" -- this should allow
sample-server-torrc to Just Work svn:r605
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index cbabcd86e..47ddde068 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,3 +5,5 @@ DIST_SUBDIRS = src doc
EXTRA_DIST = LICENSE
+install-data-local:
+ $(INSTALL) -m 755 -d $(LOCALSTATEDIR)/lib/tor