Browse Source

create var/lib/tor on "make install" -- this should allow
sample-server-torrc to Just Work


svn:r605

Steven Hazel 20 years ago
parent
commit
1769b00cdb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Makefile.am

+ 2 - 0
Makefile.am

@@ -5,3 +5,5 @@ DIST_SUBDIRS = src doc
 
 EXTRA_DIST = LICENSE
 
+install-data-local:
+	$(INSTALL) -m 755 -d $(LOCALSTATEDIR)/lib/tor