Browse Source

kernels in compile dirs are og-rwx, so need to make them readable in

$RELEASEDIR
ok tb rpe
OPENBSD_6_2
deraadt 7 years ago
parent
commit
7c455ed0b4
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/etc/Makefile

+ 2
- 1
src/etc/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.455 2017/05/29 10:24:06 florian Exp $
# $OpenBSD: Makefile,v 1.456 2017/06/03 22:23:47 deraadt Exp $
.include <bsd.own.mk>
@ -27,6 +27,7 @@ ALL_KERNELS += $K
kernels: ${ALL_KERNELS}
.for CONF K in ${KERNELS}
cp ../sys/arch/${MACHINE}/compile/${CONF}/obj/bsd ${RELEASEDIR}/$K
chmod a+r ${RELEASEDIR}/$K
.endfor
# -rw-r--r--


Loading…
Cancel
Save