diff options
author | Leah Rowe <leah@libreboot.org> | 2023-08-27 17:19:36 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-08-27 17:19:36 +0100 |
commit | 355eb765ff47b0855a6f5655312608d3264e70bf (patch) | |
tree | 922e7e432c4c57182d640f6f889292d6805c1fb4 /lbmk | |
parent | eed34d3e8b0369270fd000c7ecafccdd93f4887e (diff) |
move resources/scripts/ to script/
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'lbmk')
-rwxr-xr-x | lbmk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |