fix: matter-iso temp directory variable name

This commit is contained in:
ngn 2024-08-25 22:23:47 +03:00
parent ec9781a5b6
commit 7b979b45fe
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
SUBDIRS := $(wildcard */.)
VERSION = 24.08
VERSION = 24.09
install:
@for dir in $(SUBDIRS) ; do \

View File

@ -200,7 +200,7 @@ rm "${tmpdir}/stager.sh"
info "Cleaning up and building initrd"
rm "${isoh}"
pushd "$TMPDIR" > /dev/null
pushd "${tmpdir}" > /dev/null
mkdir -p "${rootdir}/boot"
find . | cpio --quiet -H newc -o | xz -T0 --check=crc32 > "${rootdir}/boot/initrd.img"
check_ret "Failed to build initrd"