From 0c97a53823ec47761c7ba2441a2859c56d538a03 Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Thu, 3 Aug 2017 16:45:15 +0300 Subject: [PATCH] Typo --- lib/compilation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compilation.sh b/lib/compilation.sh index 4de2c2ae08..bfee5ae86a 100644 --- a/lib/compilation.sh +++ b/lib/compilation.sh @@ -307,7 +307,7 @@ compile_sunxi_tools() fetch_from_repo "https://github.com/linux-sunxi/sunxi-tools.git" "sunxi-tools" "branch:master" # Compile and install only if git commit hash changed cd $SRC/cache/sources/sunxi-tools - # need to check if /usr/loca/bin/sunxi-fexc to detect new Docker containers with old cached sources + # need to check if /usr/local/bin/sunxi-fexc to detect new Docker containers with old cached sources if [[ ! -f .commit_id || $(git rev-parse @ 2>/dev/null) != $(<.commit_id) || ! -f /usr/local/bin/sunxi-fexc ]]; then display_alert "Compiling" "sunxi-tools" "info" make -s clean >/dev/null