All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] acpid: fix obvious syntax error in addprefix call
@ 2013-05-28 21:17 Thomas Petazzoni
  2013-05-28 21:34 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2013-05-28 21:17 UTC (permalink / raw)
  To: buildroot

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

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

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

* [Buildroot] [PATCH] acpid: fix obvious syntax error in addprefix call
  2013-05-28 21:17 [Buildroot] [PATCH] acpid: fix obvious syntax error in addprefix call Thomas Petazzoni
@ 2013-05-28 21:34 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2013-05-28 21:34 UTC (permalink / raw)
  To: buildroot

>>>>> "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

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

end of thread, other threads:[~2013-05-28 21:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 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.