From 6a859cf0633c4769f4addf95423120b107a2c5a4 Mon Sep 17 00:00:00 2001 From: Simon Schubert Date: Mon, 5 Jan 2009 14:32:37 +0100 Subject: [PATCH] Even in the reinstall case make sure that /boot/modules is a directory. --- sys/conf/kern.post.mk | 1 + 1 file changed, 1 insertion(+) 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: -- 2.11.4.GIT