From: Simon Schubert Date: Mon, 5 Jan 2009 13:32:37 +0000 (+0100) Subject: Even in the reinstall case make sure that /boot/modules is a directory. X-Git-Tag: v2.3.0~100 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/6a859cf0633c4769f4addf95423120b107a2c5a4 Even in the reinstall case make sure that /boot/modules is a directory. --- diff --git a/sys/conf/kern.post.mk b/sys/conf/kern.post.mk index 96dc4e2533..307476053e 100644 --- a/sys/conf/kern.post.mk +++ b/sys/conf/kern.post.mk @@ -220,6 +220,7 @@ modules-install: cd $S ; env ${MKMODULESENV} ${MAKE} -f Makefile.modules install modules-reinstall: + mkdir -p ${DESTDIR}/boot/modules # Ensure that the modules directory exists! cd $S ; env ${MKMODULESENV} ${MAKE} -f Makefile.modules install config.o: