diff options
author | Leah Rowe <leah@libreboot.org> | 2024-07-19 00:48:09 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-07-19 00:48:09 +0100 |
commit | 31f1e4dadfcc1ceecacec50dd2a14e63a44364bd (patch) | |
tree | bdcafc448268ecd264d05ccfa4527a98ed89ce53 /include/vendor.sh | |
parent | 2b50b3ea9a11b6ba2751ebb4237f0ea7288e5c81 (diff) |
vendor.sh: don't use XBMK_CACHE for appdiraudit6
the me_extract function prefixes it with PWD in
some cases, but we can't predict where appdir
will point to.
the "app" directory is not intended to be a cache
anyway, so it doesn't make sense to put it in
the cache directory.
it's essentially scratch memory.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/vendor.sh')
-rw-r--r-- | include/vendor.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vendor.sh b/include/vendor.sh index e14ea1ca..ace3f7ce 100644 --- a/include/vendor.sh +++ b/include/vendor.sh @@ -8,7 +8,7 @@ me7updateparser="$PWD/util/me7_update_parser/me7_update_parser.py" pfs_extract="$PWD/src/biosutilities/Dell_PFS_Extract.py" uefiextract="$PWD/elf/uefitool/uefiextract" vendir="vendorfiles" -appdir="$XBMK_CACHE/app" +appdir="$vendir/app" cbcfgsdir="config/coreboot" eval `setvars "" EC_url_bkup EC_hash DL_hash DL_url_bkup MRC_refcode_gbe vcfg \ |