build/release/src: include gitclone in release

fsdg20230625 20230413
Leah Rowe 2023-04-13 17:47:47 +01:00
parent 903fa59056
commit 9df1a1774f
1 changed files with 1 additions and 1 deletions

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