]> xenbits.xensource.com Git - osstest/rumprun.git/commitdiff
fix typo in previous
authorAntti Kantee <pooka@iki.fi>
Tue, 13 Oct 2015 14:02:25 +0000 (14:02 +0000)
committerAntti Kantee <pooka@iki.fi>
Tue, 13 Oct 2015 14:02:25 +0000 (14:02 +0000)
build-rr.sh

index 32b1af6491abfb0e3405dd529242d2647d8f9b1f..bdf8da8e9852936e26457566e6e530efce7bd559 100755 (executable)
@@ -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!
 }