Create binary_chroot stagefiles when skipping, too

This commit is contained in:
Marcel Partap 2023-05-14 10:57:52 +02:00
parent 0d58c4287c
commit 4146699d37

View File

@ -45,11 +45,13 @@ fi
if [ "${LB_BUILD_WITH_CHROOT}" = "false" ]
then
Create_stagefile
exit 0
fi
if [ "${LB_CACHE}" = "true" ] && Find_files cache/binary_rootfs/filesystem*
then
Create_stagefile
exit 0
fi