move resources/scripts/ to script/
Signed-off-by: Leah Rowe <leah@libreboot.org>btrfsvols
parent
eed34d3e8b
commit
355eb765ff
4
lbmk
4
lbmk
|
@ -44,7 +44,7 @@ main()
|
||||||
err "running lbmk as root as not permitted"
|
err "running lbmk as root as not permitted"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
buildpath="./resources/scripts/${0##*/}"
|
buildpath="./script/${0##*/}"
|
||||||
|
|
||||||
./.gitcheck || err "/.gitcheck call from main, in /lbmk"
|
./.gitcheck || err "/.gitcheck call from main, in /lbmk"
|
||||||
[ "${mode}" = "help" ] && usage ${0} && exit 0
|
[ "${mode}" = "help" ] && usage ${0} && exit 0
|
||||||
|
@ -60,7 +60,7 @@ main()
|
||||||
option="${2}"
|
option="${2}"
|
||||||
shift 2
|
shift 2
|
||||||
|
|
||||||
./resources/scripts/misc/versioncheck || \
|
./script/misc/versioncheck || \
|
||||||
err "Cannot check lbmk version"
|
err "Cannot check lbmk version"
|
||||||
|
|
||||||
case "${option}" in
|
case "${option}" in
|
||||||
|
|
|
@ -29,7 +29,8 @@ trees_fetch_list="coreboot u-boot seabios"
|
||||||
simple_fetch_list="flashrom grub memtest86plus me_cleaner uefitool"
|
simple_fetch_list="flashrom grub memtest86plus me_cleaner uefitool"
|
||||||
simple_fetch_list="${simple_fetch_list} bios_extract biosutilities"
|
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="lbmk modify build README.md COPYING Makefile update version"
|
||||||
filelist="${filelist} versiondate projectname .gitcheck fetch fetch_trees"
|
filelist="${filelist} versiondate projectname .gitcheck fetch fetch_trees"
|
Loading…
Reference in New Issue