diff options
author | Leah Rowe <leah@libreboot.org> | 2024-06-07 21:30:43 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-06-07 21:30:43 +0100 |
commit | 9b00b30a4f6e6d46b5265b22b31af889bdc39353 (patch) | |
tree | 32932d168583c5cdf5f8e27f84a73a957a486051 /include | |
parent | 05d301bdeeacc6bdf55a6db1ca4e55c495315606 (diff) |
move uefiextract to elf/uefitool/
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
-rwxr-xr-x | include/vendor.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vendor.sh b/include/vendor.sh index 651766df..b8adc9c8 100755 --- a/include/vendor.sh +++ b/include/vendor.sh @@ -9,7 +9,7 @@ _7ztest="a" e6400_unpack="$PWD/src/bios_extract/dell_inspiron_1100_unpacker.py" me7updateparser="$PWD/util/me7_update_parser/me7_update_parser.py" pfs_extract="$PWD/src/biosutilities/Dell_PFS_Extract.py" -uefiextract="$PWD/src/uefitool/uefiextract" +uefiextract="$PWD/elf/uefitool/uefiextract" nvmutil="util/nvmutil/nvm" vendir="vendorfiles" appdir="$vendir/app" |