summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-08-29 13:15:13 +0100
committerLeah Rowe <leah@libreboot.org>2023-08-29 13:15:13 +0100
commitb2bad5a030377c8dc0baecf74545b80676f684dc (patch)
tree948227db913ca1f2129aea8e5b8ee4521be47b6a /script
parenteb54e427e6f0d447a120c55165e797e73d123396 (diff)
build/release/src: copy the include/ directory
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script')
-rwxr-xr-xscript/build/release/src2
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"