]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
create var/lib/tor on "make install" -- this should allow
authorSteven Hazel <sah@freehaven.net>
Thu, 16 Oct 2003 08:53:14 +0000 (08:53 +0000)
committerSteven Hazel <sah@freehaven.net>
Thu, 16 Oct 2003 08:53:14 +0000 (08:53 +0000)
sample-server-torrc to Just Work

svn:r605

Makefile.am

index cbabcd86e0636a2ef4faece5c728e8a4015955ee..47ddde068d504c0e1671dd5b89153f01921d4ee0 100644 (file)
@@ -5,3 +5,5 @@ DIST_SUBDIRS = src doc
 
 EXTRA_DIST = LICENSE
 
+install-data-local:
+       $(INSTALL) -m 755 -d $(LOCALSTATEDIR)/lib/tor