All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] acpid: fix obvious syntax error in addprefix call
Date: Tue, 28 May 2013 23:34:48 +0200	[thread overview]
Message-ID: <87k3mi94av.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1369775868-3461-1-git-send-email-thomas.petazzoni@free-electrons.com> (Thomas Petazzoni's message of "Tue, 28 May 2013 23:17:48 +0200")

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
 Thomas> ---
 Thomas>  package/acpid/acpid.mk |    2 +-
 Thomas>  1 file changed, 1 insertion(+), 1 deletion(-)

 Thomas> diff --git a/package/acpid/acpid.mk b/package/acpid/acpid.mk
 Thomas> index 4ad9f66..b557617 100644
 Thomas> --- a/package/acpid/acpid.mk
 Thomas> +++ b/package/acpid/acpid.mk
 Thomas> @@ -26,7 +26,7 @@ endef
 Thomas>  define ACPID_UNINSTALL_TARGET_CMDS
 Thomas>  	rm -f $(TARGET_DIR)/usr/sbin/acpid
 Thomas>  	rm -f $(TARGET_DIR)/usr/bin/acpi_listen
 Thomas> -	rm -f $(addprefix )$(TARGET_DIR)/usr/share/man/man8/,acpid.8 acpi_listen.8)
 Thomas> +	rm -f $(addprefix $(TARGET_DIR)/usr/share/man/man8/,acpid.8 acpi_listen.8)

And apparently since 2010. Committed, thanks.

-- 
Bye, Peter Korsgaard

      reply	other threads:[~2013-05-28 21:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-28 21:17 [Buildroot] [PATCH] acpid: fix obvious syntax error in addprefix call Thomas Petazzoni
2013-05-28 21:34 ` Peter Korsgaard [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=87k3mi94av.fsf@dell.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --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.