mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-15 08:20:59 +02:00
build/release/src: include gitclone in release
This commit is contained in:
@@ -55,7 +55,7 @@ printf "%s" "${version}" > "${srcdir}"/version
|
|||||||
|
|
||||||
modlist="coreboot flashrom grub memtest86plus seabios me_cleaner u-boot"
|
modlist="coreboot flashrom grub memtest86plus seabios me_cleaner u-boot"
|
||||||
dirlist="resources util" # do not add blobs directory here. it is handled below
|
dirlist="resources util" # do not add blobs directory here. it is handled below
|
||||||
filelist="blobutil modify download build README.md COPYING Makefile update version versiondate projectname .gitcheck"
|
filelist="blobutil modify download build README.md COPYING Makefile update version versiondate projectname .gitcheck gitclone"
|
||||||
|
|
||||||
for modname in ${modlist}; do
|
for modname in ${modlist}; do
|
||||||
if [ ! -d "${modname}/" ]; then
|
if [ ! -d "${modname}/" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user