summaryrefslogtreecommitdiff
path: root/distrib/alpha
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2019-11-19 09:46:23 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2019-11-19 09:46:23 +0000
commitae53f24837ad40760b9857c9b7d924e577dc69a9 (patch)
tree2d65f5bfaa9329d28d6a9aa2b87b41b66321da8e /distrib/alpha
parenta085cddbeb24a5b562552b80e7f20b907fbcb5bb (diff)
typo (result was bootblocks from / always installed into media); from miod
Diffstat (limited to 'distrib/alpha')
-rw-r--r--distrib/alpha/miniroot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/miniroot/Makefile b/distrib/alpha/miniroot/Makefile
index 39b8a4e025a..d27c1fc03ca 100644
--- a/distrib/alpha/miniroot/Makefile
+++ b/distrib/alpha/miniroot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.14 2019/05/03 20:03:57 deraadt Exp $
+# $OpenBSD: Makefile,v 1.15 2019/11/19 09:46:22 deraadt Exp $
FS= miniroot${OSrev}.fs
FSSIZE= 5760
@@ -27,7 +27,7 @@ ${FS}: bsd.gz
install -c -m 555 -o root -g wheel \
${DESTDIR}/usr/mdec/boot ${MOUNT_POINT}/boot
/usr/mdec/installboot -v \
- ${MOUNT_POINT}/boot ${DESTDRIR}/usr/mdec/bootxx `cat vnd`
+ ${MOUNT_POINT}/boot ${DESTDIR}/usr/mdec/bootxx `cat vnd`
install -c -m 555 -o root -g wheel bsd.gz ${MOUNT_POINT}/bsd
df -i ${MOUNT_POINT}
umount ${MOUNT_POINT}