diff options
author | Leah Rowe <leah@libreboot.org> | 2023-09-01 10:48:33 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-09-01 10:48:33 +0100 |
commit | 755f925ad9dc1e13078b958fba5d0cb79896adc5 (patch) | |
tree | 07c20cfe563122a02f750d2a3f14965e5df42a37 /script/build/release/src | |
parent | 3ad29d2d2a5903a0a4feff9e434017463dfcbbaa (diff) |
build/release/src: copy handle symlink
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/build/release/src')
-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 b6bf48b1..c390c63c 100755 --- a/script/build/release/src +++ b/script/build/release/src @@ -32,7 +32,7 @@ simple_fetch_list="${simple_fetch_list} bios_extract biosutilities" # do not add blobs directory here. it's handled below dirlist="resources util script include" -filelist="lbmk modify build README.md COPYING update version" +filelist="lbmk modify build README.md COPYING update version handle" filelist="${filelist} versiondate projectname checkgit" version="version-unknown" |