File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -402,7 +402,7 @@ touch ${WRKDIR}/src.conf
402402[ ! -f ${POUDRIERED} /${JAILNAME} -src.conf ] || cat ${POUDRIERED} /${JAILNAME} -src.conf >> ${WRKDIR} /src.conf
403403[ ! -f ${POUDRIERED} /image-${JAILNAME} -src.conf ] || cat ${POUDRIERED} /image-${JAILNAME} -src.conf >> ${WRKDIR} /src.conf
404404[ ! -f ${POUDRIERED} /image-${JAILNAME} -${SETNAME} -src.conf ] || cat ${POUDRIERED} /image-${JAILNAME} -${SETNAME} -src.conf >> ${WRKDIR} /src.conf
405- make -C ${mnt} /usr/src DESTDIR=${WRKDIR} /world BATCH_DELETE_OLD_FILES=yes SRCCONF=${WRKDIR} /src.conf delete-old delete-old-libs
405+ make -C ${mnt} /usr/src DESTDIR=${WRKDIR} /world BATCH_DELETE_OLD_FILES=yes SRCCONF=${WRKDIR} /src.conf delete-old delete-old-libs ||
406406
407407[ ! -d " ${EXTRADIR} " ] || cp -fRPp ${EXTRADIR} / ${WRKDIR} /world/
408408if [ -f " ${WRKDIR} /world/etc/login.conf.orig" ]; then
You can’t perform that action at this time.
0 commit comments