From: eschvoca <eschvoca@gmail.com>
To: git@vger.kernel.org
Subject: make install bug?
Date: Mon, 12 Dec 2005 10:35:58 -0500 [thread overview]
Message-ID: <2b05065b0512120735v26c8343aged48165f3ccc5892@mail.gmail.com> (raw)
Using the latest git on "make prefix=/home/eschvoca/apps/git-0.99.9m
install" I get the following error:
make[1]: Entering directory `/home/eschvoca/downloads/git-0.99.9m/templates'
: no custom templates yet
install -d -m755 '/home/eschvoca/share/git-core/templates/'
(cd blt && tar cf - .) | \
(cd '/home/eschvoca/share/git-core/templates/' && tar xf -)
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Error exit delayed from previous errors
make[1]: *** [install] Error 2
I can fix the problem by changing templates/Makefile to the following:
install: all
$(INSTALL) -d -m755 $(call shellquote,$(DESTDIR)$(template_dir))
(cd blt && $(TAR) cf - . > /tmp/a.tar) | \
(cd $(call shellquote,$(DESTDIR)$(template_dir)) && $(TAR) xf /tmp/a.tar)
next reply other threads:[~2005-12-12 15:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-12 15:35 eschvoca [this message]
2005-12-12 17:54 ` make install bug? Junio C Hamano
2005-12-16 15:06 ` eschvoca
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=2b05065b0512120735v26c8343aged48165f3ccc5892@mail.gmail.com \
--to=eschvoca@gmail.com \
--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