diff options
author | 2019-11-19 09:46:22 +0000 | |
---|---|---|
committer | 2019-11-19 09:46:22 +0000 | |
commit | 43a6d64ac48b522166f01c172ad0bbcdce9c64ee (patch) | |
tree | 982ef4b4d940e318437aefb6c0b09e890a721310 | |
parent | Set isr to the correct value (sc->rl_intrs). (diff) | |
download | wireguard-openbsd-43a6d64ac48b522166f01c172ad0bbcdce9c64ee.tar.xz wireguard-openbsd-43a6d64ac48b522166f01c172ad0bbcdce9c64ee.zip |
typo (result was bootblocks from / always installed into media); from miod
-rw-r--r-- | distrib/alpha/miniroot/Makefile | 4 |
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} |