fix: matter-iso temp directory variable name
This commit is contained in:
parent
ec9781a5b6
commit
7b979b45fe
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
SUBDIRS := $(wildcard */.)
|
||||
VERSION = 24.08
|
||||
VERSION = 24.09
|
||||
|
||||
install:
|
||||
@for dir in $(SUBDIRS) ; do \
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user