build/release/src: include gitclone in release

This commit is contained in:
Leah Rowe
2023-04-13 17:47:47 +01:00
parent 903fa59056
commit 1b103e4ea3

View File

@@ -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