Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/atari/stand/bootxxx Use ${INSTALL_FILE} to move /bo...



details:   https://anonhg.NetBSD.org/src/rev/c50d0d6f9102
branches:  trunk
changeset: 526024:c50d0d6f9102
user:      tv <tv%NetBSD.org@localhost>
date:      Tue Apr 23 17:04:31 2002 +0000

description:
Use ${INSTALL_FILE} to move /boot.atari into place so it is seen by an
UNPRIVED build.

diffstat:

 sys/arch/atari/stand/bootxxx/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r b2935fb30101 -r c50d0d6f9102 sys/arch/atari/stand/bootxxx/Makefile
--- a/sys/arch/atari/stand/bootxxx/Makefile     Tue Apr 23 15:11:25 2002 +0000
+++ b/sys/arch/atari/stand/bootxxx/Makefile     Tue Apr 23 17:04:31 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2002/04/08 17:29:53 bjh21 Exp $
+#      $NetBSD: Makefile,v 1.7 2002/04/23 17:04:31 tv Exp $
 
 NOMAN= # defined
 
@@ -48,7 +48,8 @@
        @mv -f ${PROG}X ${PROG};
 
 afterinstall:
-       cp -p ${DESTDIR}${BINDIR}/${PROG} ${DESTDIR}/
+       ${INSTALL_FILE} -o root -g wheel -m 644 \
+               ${DESTDIR}${BINDIR}/${PROG} ${DESTDIR}/
        @mv -f ${PROG}XX ${PROG}
 
 .s.o:



Home | Main Index | Thread Index | Old Index