From: Andrei Gherzan Date: Mon, 11 Jun 2012 15:05:12 +0000 (+0300) Subject: coreutils: Fix a typo in v6.9 (bracket not braket) X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~41196 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66cc81d2a5f5c74e4a44e79521a791f402deeb26;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git coreutils: Fix a typo in v6.9 (bracket not braket) Signed-off-by: Andrei Gherzan --- diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb b/meta/recipes-core/coreutils/coreutils_6.9.bb index 6789b8c11d0..5bfab163fb7 100644 --- a/meta/recipes-core/coreutils/coreutils_6.9.bb +++ b/meta/recipes-core/coreutils/coreutils_6.9.bb @@ -65,7 +65,7 @@ inherit update-alternatives ALTERNATIVE_PRIORITY = "100" -ALTERNATIVE_${PN} = "lbraket ${bindir_progs} ${base_bindir_progs} ${sbindir_progs}" +ALTERNATIVE_${PN} = "lbracket ${bindir_progs} ${base_bindir_progs} ${sbindir_progs}" ALTERNATIVE_PRIORITY[uptime] = "10" ALTERNATIVE_PRIORITY[hostname] = "10"