move resources/scripts/ to script/

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-08-27 17:19:36 +01:00
parent eed34d3e8b
commit 355eb765ff
21 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -44,7 +44,7 @@ main()
err "running lbmk as root as not permitted"
fi
buildpath="./resources/scripts/${0##*/}"
buildpath="./script/${0##*/}"
./.gitcheck || err "/.gitcheck call from main, in /lbmk"
[ "${mode}" = "help" ] && usage ${0} && exit 0
@@ -60,7 +60,7 @@ main()
option="${2}"
shift 2
./resources/scripts/misc/versioncheck || \
./script/misc/versioncheck || \
err "Cannot check lbmk version"
case "${option}" in