Commit 07407f58 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

#131: Honor DESTDIR when creating the state directory.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1752 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 0535c5f8
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment