On 03/19/2012 08:51 AM, Steve Dickson wrote: > Signed-off-by: Steve Dickson <steved@xxxxxxxxxx> > --- > doc/Makefile.am | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/doc/Makefile.am b/doc/Makefile.am > index cc4fa76..f8c88b5 100644 > --- a/doc/Makefile.am > +++ b/doc/Makefile.am > @@ -1,5 +1,5 @@ > > install: install-am > - $(mkinstalldirs) $(DESTDIR)/etc > - cp -p ./etc_netconfig $(DESTDIR)/etc/netconfig > - chmod 0644 $(DESTDIR)/etc/netconfig > + $(mkinstalldirs) $(DESTDIR)/$(sysconfdir) > + cp -p ./etc_netconfig $(DESTDIR)/$(sysconfdir)/netconfig > + chmod 0644 $(DESTDIR)/$(sysconfdir)/netconfig Committed... steved. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html