r1582 - trunk/varnish-cache

des at projects.linpro.no des at projects.linpro.no
Tue Jun 26 14:18:01 CEST 2007


Author: des
Date: 2007-06-26 14:18:01 +0200 (Tue, 26 Jun 2007)
New Revision: 1582

Modified:
   trunk/varnish-cache/Makefile.am
Log:
Create $(localstatedir)/varnish at install time.


Modified: trunk/varnish-cache/Makefile.am
===================================================================
--- trunk/varnish-cache/Makefile.am	2007-06-26 11:52:25 UTC (rev 1581)
+++ trunk/varnish-cache/Makefile.am	2007-06-26 12:18:01 UTC (rev 1582)
@@ -5,3 +5,6 @@
 SUBDIRS += debian redhat
 
 EXTRA_DIST = LICENSE autogen.sh
+
+install-data-local:
+	$(install_sh) -d -m 0755 $(localstatedir)/varnish




More information about the varnish-commit mailing list