r1752 - trunk/varnish-cache
    des at projects.linpro.no 
    des at projects.linpro.no
       
    Tue Jul 24 16:02:20 CEST 2007
    
    
  
Author: des
Date: 2007-07-24 16:02:20 +0200 (Tue, 24 Jul 2007)
New Revision: 1752
Modified:
   trunk/varnish-cache/Makefile.am
Log:
#131: Honor DESTDIR when creating the state directory.
Modified: trunk/varnish-cache/Makefile.am
===================================================================
--- trunk/varnish-cache/Makefile.am	2007-07-24 13:56:44 UTC (rev 1751)
+++ trunk/varnish-cache/Makefile.am	2007-07-24 14:02:20 UTC (rev 1752)
@@ -10,4 +10,4 @@
 EXTRA_DIST = LICENSE autogen.sh varnishapi.pc.in
 
 install-data-local:
-	$(install_sh) -d -m 0755 $(localstatedir)/varnish
+	$(install_sh) -d -m 0755 $(DESTDIR)$(localstatedir)/varnish
    
    
More information about the varnish-commit
mailing list