From: des Date: Tue, 24 Jul 2007 14:02:20 +0000 (+0000) Subject: #131: Honor DESTDIR when creating the state directory. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9bdb89202f73337f4821c5ac81ffb5a0ca8116b;p=varnish #131: Honor DESTDIR when creating the state directory. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1752 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/Makefile.am b/varnish-cache/Makefile.am index 6002d886..1a2438bb 100644 --- a/varnish-cache/Makefile.am +++ b/varnish-cache/Makefile.am @@ -10,4 +10,4 @@ pkgconfig_DATA = varnishapi.pc 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