summaryrefslogtreecommitdiff
path: root/lbmk
diff options
context:
space:
mode:
Diffstat (limited to 'lbmk')
-rwxr-xr-xlbmk5
1 files changed, 2 insertions, 3 deletions
diff --git a/lbmk b/lbmk
index 496d7145..0d5addc2 100755
--- a/lbmk
+++ b/lbmk
@@ -44,9 +44,10 @@ main()
err "running lbmk as root as not permitted"
fi
+ ./checkgit || err "Please read: https://libreboot.org/docs/build/"
+
buildpath="./script/${0##*/}"
- ./.gitcheck || err "/.gitcheck call from main, in /lbmk"
[ "${mode}" = "help" ] && usage ${0} && exit 0
[ "${mode}" = "list" ] && ./build command options "${buildpath}" && \
exit 0
@@ -84,8 +85,6 @@ main()
fi
"${buildpath}/${mode}/${option}" $@ || err "lbmk error"
esac
-
- ./.gitcheck clean || err "/.gitcheck clean call from main, in /lbmk"
}
install_dependencies()