[Buildroot] [PATCH] acpid: fix obvious syntax error in addprefix call

Peter Korsgaard jacmet at uclibc.org
Tue May 28 21:34:48 UTC 2013


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

 Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at 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



More information about the buildroot mailing list