All of lore.kernel.org
 help / color / mirror / Atom feed
From: Markos Chandras <Markos.Chandras@imgtec.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] pkg-download.mk: Add missing argument for DOWNLOAD_WGET
Date: Wed, 25 Apr 2012 12:21:42 +0100	[thread overview]
Message-ID: <4F97DE46.7060802@imgtec.com> (raw)
In-Reply-To: <1335344690-21404-1-git-send-email-markos.chandras@imgtec.com>

On 04/25/2012 10:04 AM, Markos Chandras wrote:

> Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
> ---
>  package/pkg-download.mk |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/package/pkg-download.mk b/package/pkg-download.mk
> index ccf819e..df63c26 100644
> --- a/package/pkg-download.mk
> +++ b/package/pkg-download.mk
> @@ -161,7 +161,7 @@ endef
>  # download fails).
>  define DOWNLOAD_WGET
>         test -e $(DL_DIR)/$(2) || \
> -       $(WGET) -O $(DL_DIR)/$(2) '$(call qstrip,$(1))' || \
> +       $(WGET) -O $(DL_DIR)/$(2) '$(call qstrip,$(1))'/$(2) || \
>         (rm -f $(DL_DIR)/$(2) ; exit 1)
>  endef
> 
> --
> 1.7.1
> 


This patch fixes the problem with the primary download mirror but breaks
the rest of the download methods. I will prepare a new patch

-- 
markos

      reply	other threads:[~2012-04-25 11:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-25  9:04 [Buildroot] [PATCH] pkg-download.mk: Add missing argument for DOWNLOAD_WGET Markos Chandras
2012-04-25 11:21 ` Markos Chandras [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=4F97DE46.7060802@imgtec.com \
    --to=markos.chandras@imgtec.com \
    --cc=buildroot@busybox.net \
    /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.