diff options
author | Steven Hazel <sah@freehaven.net> | 2003-10-16 08:53:14 +0000 |
---|---|---|
committer | Steven Hazel <sah@freehaven.net> | 2003-10-16 08:53:14 +0000 |
commit | 1769b00cdb63f459b30f78e099d612f8a1cd118b (patch) | |
tree | bfbe59cf641b97db608713b34c199927af4c7e72 /Makefile.am | |
parent | f32c1c31277db5b2ec91911966596973185380cf (diff) | |
download | tor-1769b00cdb63f459b30f78e099d612f8a1cd118b.tar.gz tor-1769b00cdb63f459b30f78e099d612f8a1cd118b.zip |
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.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cbabcd86e0..47ddde068d 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 |