All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steve Dickson <SteveD@redhat.com>
To: Steve Dickson <steved@redhat.com>
Cc: Linux NFS Mailing List <linux-nfs@vger.kernel.org>
Subject: Re: [PATCH 1/1] Makefile.am: install target in doc/Makefile.am doesn't honor sysconfdir
Date: Mon, 19 Mar 2012 15:57:50 -0400	[thread overview]
Message-ID: <4F678FBE.8010206@RedHat.com> (raw)
In-Reply-To: <1332161508-20391-1-git-send-email-steved@redhat.com>



On 03/19/2012 08:51 AM, Steve Dickson wrote:
> Signed-off-by: Steve Dickson <steved@redhat.com>
> ---
>  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.

      reply	other threads:[~2012-03-19 19:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-19 12:51 [PATCH 1/1] Makefile.am: install target in doc/Makefile.am doesn't honor sysconfdir Steve Dickson
2012-03-19 19:57 ` Steve Dickson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F678FBE.8010206@RedHat.com \
    --to=steved@redhat.com \
    --cc=linux-nfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.