Skip to content
Snippets Groups Projects
Commit 9df1a177 authored by Leah Rowe's avatar Leah Rowe
Browse files

build/release/src: include gitclone in release

parent 903fa590
Branches
Tags 20230413
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment