Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch install-fix
@ 2009-07-31 13:34 Thomas Petazzoni
  2009-07-31 13:34 ` [Buildroot] [PATCH 1/1] makefile: don't hardcore install utility location Thomas Petazzoni
  2009-08-01  9:35 ` [Buildroot] [pull request] Pull request for branch install-fix Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2009-07-31 13:34 UTC (permalink / raw)
  To: buildroot

The following changes since commit e15c0d07e15e94e800bd9a0cf3c24f45aeacd89c:
  Peter Korsgaard (1):
        target/device: rename program invocation symbol in defconfigs

are available in the git repository at:

  git://git.busybox.net/~tpetazzoni/git/buildroot install-fix

Thomas Petazzoni (1):
      makefile: don't hardcore install utility location

 package/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Thanks,
-- 
Thomas Petazzoni

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] makefile: don't hardcore install utility location
  2009-07-31 13:34 [Buildroot] [pull request] Pull request for branch install-fix Thomas Petazzoni
@ 2009-07-31 13:34 ` Thomas Petazzoni
  2009-08-01  9:35 ` [Buildroot] [pull request] Pull request for branch install-fix Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2009-07-31 13:34 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/Makefile.in b/package/Makefile.in
index 3dcdfe1..0829e8f 100644
--- a/package/Makefile.in
+++ b/package/Makefile.in
@@ -181,7 +181,7 @@ ifeq ($(BR2_STRIP_none),y)
 TARGET_STRIP=true -Not_stripping
 STRIPCMD=$(TARGET_STRIP)
 endif
-INSTALL=/usr/bin/install
+INSTALL=$(shell which install || type -p install)
 FLEX:=$(shell which flex || type -p flex)
 BISON:=$(shell which bison || type -p bison)
 
-- 
1.6.0.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [pull request] Pull request for branch install-fix
  2009-07-31 13:34 [Buildroot] [pull request] Pull request for branch install-fix Thomas Petazzoni
  2009-07-31 13:34 ` [Buildroot] [PATCH 1/1] makefile: don't hardcore install utility location Thomas Petazzoni
@ 2009-08-01  9:35 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2009-08-01  9:35 UTC (permalink / raw)
  To: buildroot

On Fri, Jul 31, 2009 at 3:34 PM, Thomas
Petazzoni<thomas.petazzoni@free-electrons.com> wrote:
> The following changes since commit e15c0d07e15e94e800bd9a0cf3c24f45aeacd89c:
> ?Peter Korsgaard (1):
> ? ? ? ?target/device: rename program invocation symbol in defconfigs
>
> are available in the git repository at:
>
> ?git://git.busybox.net/~tpetazzoni/git/buildroot install-fix
>
> Thomas Petazzoni (1):
> ? ? ?makefile: don't hardcore install utility location

Pulled and pushed - Thanks!

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-08-01  9:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-31 13:34 [Buildroot] [pull request] Pull request for branch install-fix Thomas Petazzoni
2009-07-31 13:34 ` [Buildroot] [PATCH 1/1] makefile: don't hardcore install utility location Thomas Petazzoni
2009-08-01  9:35 ` [Buildroot] [pull request] Pull request for branch install-fix Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox