From 1769b00cdb63f459b30f78e099d612f8a1cd118b Mon Sep 17 00:00:00 2001 From: Steven Hazel Date: Thu, 16 Oct 2003 08:53:14 +0000 Subject: [PATCH] create var/lib/tor on "make install" -- this should allow sample-server-torrc to Just Work svn:r605 --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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