diff options
author | Leah Rowe <leah@libreboot.org> | 2023-08-29 13:15:13 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-08-29 13:15:13 +0100 |
commit | b2bad5a030377c8dc0baecf74545b80676f684dc (patch) | |
tree | 948227db913ca1f2129aea8e5b8ee4521be47b6a | |
parent | eb54e427e6f0d447a120c55165e797e73d123396 (diff) |
build/release/src: copy the include/ directory
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rwxr-xr-x | script/build/release/src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/build/release/src b/script/build/release/src index 0db9d721..d72347c3 100755 --- a/script/build/release/src +++ b/script/build/release/src @@ -30,7 +30,7 @@ simple_fetch_list="flashrom grub memtest86plus me_cleaner uefitool" simple_fetch_list="${simple_fetch_list} bios_extract biosutilities" # do not add blobs directory here. it's handled below -dirlist="resources util script" +dirlist="resources util script include" filelist="lbmk modify build README.md COPYING Makefile update version" filelist="${filelist} versiondate projectname .gitcheck fetch fetch_trees" |