build.sh: add run revdep before makeiso

This commit is contained in:
Luis
2022-12-19 07:37:49 +00:00
parent 94c82c2815
commit fe5a8e520c

View File

@@ -230,6 +230,9 @@ tmp_scratchpkgconf() {
#}
make_iso() {
msg "Running revdep (before makeiso)..."
chrootrun revdep -y -r || die
ISOLINUX_FILES="chain.c32 isolinux.bin isolinux.bin ldlinux.c32 libutil.c32 reboot.c32 vesamenu.c32 libcom32.c32 poweroff.c32"
# prepare isolinux files
msg "Preparing isolinux..."