[Varnish] #131: Target 'install-data-local' in Makefile.in doesn't honor any $DESTDIR
Varnish
varnish-bugs at projects.linpro.no
Fri Jul 20 18:07:47 CEST 2007
#131: Target 'install-data-local' in Makefile.in doesn't honor any $DESTDIR
--------------------+-------------------------------------------------------
Reporter: cs | Owner: des
Type: defect | Status: new
Priority: normal | Milestone:
Component: build | Version: trunk
Severity: normal | Keywords:
--------------------+-------------------------------------------------------
Target 'install-data-local' in Makefile.in doesn't honor any $DESTDIR.
Following patch fixes the problem for Varnish 1.1 (sorry for 'Version:
trunk' in the ticket properties, '1.1' is still missing there)
{{{
Index: Makefile
--- Makefile.in.orig 2007-07-20 13:33:02 +0200
+++ Makefile.in 2007-07-20 16:37:05 +0200
@@ -670,7 +670,7 @@
install-data-local:
- $(install_sh) -d -m 0755 $(localstatedir)/varnish
+ $(install_sh) -d -m 0755 $(DESTDIR)$(localstatedir)/varnish
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
}}}
--
Ticket URL: <http://varnish.projects.linpro.no/ticket/131>
Varnish <http://varnish.projects.linpro.no/>
The Varnish HTTP Accelerator
More information about the varnish-bugs
mailing list