From: Petr Baudis <pasky@suse.cz>
To: git@vger.kernel.org
Subject: Re: [PATCH] Fix documentation installation
Date: Fri, 12 Aug 2005 23:14:19 +0200 [thread overview]
Message-ID: <20050812211418.GB20812@pasky.ji.cz> (raw)
In-Reply-To: <20050812211145.GA20812@pasky.ji.cz>
Dear diary, on Fri, Aug 12, 2005 at 11:11:45PM CEST, I got a letter
where Petr Baudis <pasky@suse.cz> told me that...
> diff --git a/tools/Makefile b/tools/Makefile
> --- a/tools/Makefile
> +++ b/tools/Makefile
> @@ -18,7 +18,7 @@ git-%: %.c
> all: $(PROGRAMS)
>
> install: $(PROGRAMS) $(SCRIPTS)
> - $(INSTALL) -m755 -d $(dest)$(bindir)
> + $(INSTALL) -m755 -d $(DESTDIR)$(bindir)
> $(INSTALL) $(PROGRAMS) $(SCRIPTS) $(DESTDIR)$(bindir)
>
> clean:
I should read patches after myself, especially when messing with them.
This hunk is obviously superflous, so feel free to drop it from that
patch if you are in a "patch purity" mood. OTOH it is obviously valid
fix. :-)
--
Petr "Pasky" Baudis
Stuff: http://pasky.or.cz/
If you want the holes in your knowledge showing up try teaching
someone. -- Alan Cox
prev parent reply other threads:[~2005-08-12 21:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-12 21:11 [PATCH] Fix documentation installation Petr Baudis
2005-08-12 21:14 ` Petr Baudis [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=20050812211418.GB20812@pasky.ji.cz \
--to=pasky@suse.cz \
--cc=git@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox