summaryrefslogtreecommitdiff
path: root/lbmk
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-08-27 17:19:36 +0100
committerLeah Rowe <leah@libreboot.org>2023-08-27 17:19:36 +0100
commit355eb765ff47b0855a6f5655312608d3264e70bf (patch)
tree922e7e432c4c57182d640f6f889292d6805c1fb4 /lbmk
parenteed34d3e8b0369270fd000c7ecafccdd93f4887e (diff)
move resources/scripts/ to script/
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'lbmk')
-rwxr-xr-xlbmk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lbmk b/lbmk
index 22099e37..496d7145 100755
--- a/lbmk
+++ b/lbmk
@@ -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