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

build/release/src: include gitclone in release

parent 903fa590
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ printf "%s" "${version}" > "${srcdir}"/version ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment