From 66cd4de617b9dad5b698f5d3603148f1f9008ef6 Mon Sep 17 00:00:00 2001 From: Antti Kantee Date: Tue, 13 Oct 2015 14:02:25 +0000 Subject: [PATCH] fix typo in previous --- build-rr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-rr.sh b/build-rr.sh index 32b1af6..bdf8da8 100755 --- a/build-rr.sh +++ b/build-rr.sh @@ -426,7 +426,7 @@ dobuild () # do final build of the platform bits ( cd ${PLATFORMDIR} \ - && ${MAKE} BUILDRR=true && ${MAKE} BUIDLRR=true install || exit 1) + && ${MAKE} BUILDRR=true && ${MAKE} BUILDRR=true install || exit 1) [ $? -eq 0 ] || die platform make failed! } -- 2.39.5