From: Steven Hazel Date: Thu, 16 Oct 2003 08:53:14 +0000 (+0000) Subject: create var/lib/tor on "make install" -- this should allow X-Git-Tag: tor-0.0.2pre13~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1769b00cdb63f459b30f78e099d612f8a1cd118b;p=thirdparty%2Ftor.git create var/lib/tor on "make install" -- this should allow sample-server-torrc to Just Work svn:r605 --- 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