parent
903fa59056
commit
9df1a1774f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue