summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.i386
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-09-06 09:14:18 +0000
committerobrien <obrien@FreeBSD.org>2000-09-06 09:14:18 +0000
commit89470e5786b509e1f679fccdf223aceeda04ab8a (patch)
tree176652ca95d7d8b0aedbef5dd17fef0ff8ab76f9 /sys/conf/Makefile.i386
parent7d9cb18ab187a739d44e01ba6272ef88a52546a1 (diff)
downloadFreeBSD-src-89470e5786b509e1f679fccdf223aceeda04ab8a.zip
FreeBSD-src-89470e5786b509e1f679fccdf223aceeda04ab8a.tar.gz
I forgot the leading `DESTDIR' before the kernel directory.
Diffstat (limited to 'sys/conf/Makefile.i386')
-rw-r--r--sys/conf/Makefile.i3862
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index 6f940fe..c7a44b3 100644
--- a/sys/conf/Makefile.i386
+++ b/sys/conf/Makefile.i386
@@ -235,7 +235,7 @@ kernel-install kernel-install.debug:
.endif
mv ${DESTDIR}/${KODIR} ${DESTDIR}/${KODIR}.old
.endif
- mkdir -p ${KODIR}
+ mkdir -p ${DESTDIR}/${KODIR}
@if [ -f ${DESTDIR}/${KODIR}/${KERNEL_KO} ] ; then \
chflags noschg ${DESTDIR}/${KODIR}/${KERNEL_KO} ; \
fi
OpenPOWER on IntegriCloud