diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-04-30 23:25:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-04-30 23:25:20 +0000 |
commit | 6879612b7d7e67eb54977949544e3092c4c2c71d (patch) | |
tree | f7d586fa6b8fb028d8e2b43939b709e9d85903a6 /distrib/alpha | |
parent | 0f12bba78f77a96e40be5f828ab6d636a53ee25e (diff) |
repair more trivial differences
Diffstat (limited to 'distrib/alpha')
-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 d24d790d0ea..0c6ae7ffc81 100644 --- a/distrib/alpha/miniroot/Makefile +++ b/distrib/alpha/miniroot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2019/04/30 21:14:58 deraadt Exp $ +# $OpenBSD: Makefile,v 1.11 2019/04/30 23:25:19 deraadt Exp $ FS= miniroot${OSrev}.fs FSSIZE= 5760 @@ -104,7 +104,7 @@ unconfig: .ifdef RELEASEDIR install: - cp bsd.rd ${RELEASEDIR} + cp bsd.rd ${RELEASEDIR}/bsd.rd chmod a+r ${RELEASEDIR}/bsd.rd cp ${FS} ${RELEASEDIR} cp ${CDROM} ${RELEASEDIR} |