mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-27 22:59:01 +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"
|
||||
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
|
||||
if [ ! -d "${modname}/" ]; then
|
||||
|
||||
Reference in New Issue
Block a user