move resources/scripts/ to script/

Signed-off-by: Leah Rowe <leah@libreboot.org>
btrfsvols
Leah Rowe 2023-08-27 17:19:36 +01:00
parent eed34d3e8b
commit 355eb765ff
21 changed files with 4 additions and 3 deletions

4
lbmk
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

View File

@ -29,7 +29,8 @@ trees_fetch_list="coreboot u-boot seabios"
simple_fetch_list="flashrom grub memtest86plus me_cleaner uefitool"
simple_fetch_list="${simple_fetch_list} bios_extract biosutilities"
dirlist="resources util" # do not add blobs directory here. it's handled below
# do not add blobs directory here. it's handled below
dirlist="resources util script"
filelist="lbmk modify build README.md COPYING Makefile update version"
filelist="${filelist} versiondate projectname .gitcheck fetch fetch_trees"