Source-Changes-HG archive

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

[src/netbsd-1-5]: src/etc/etc.vax Pullup 1.9 [matt]:



details:   https://anonhg.NetBSD.org/src/rev/754878d3e604
branches:  netbsd-1-5
changeset: 489931:754878d3e604
user:      tv <tv%NetBSD.org@localhost>
date:      Thu Oct 19 14:11:49 2000 +0000

description:
Pullup 1.9 [matt]:
Deal with the fact the local directory may not be writeable.

diffstat:

 etc/etc.vax/Makefile.inc |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r dbd9b9d8574c -r 754878d3e604 etc/etc.vax/Makefile.inc
--- a/etc/etc.vax/Makefile.inc  Thu Oct 19 14:09:52 2000 +0000
+++ b/etc/etc.vax/Makefile.inc  Thu Oct 19 14:11:49 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.8 2000/05/31 21:09:48 matt Exp $
+#      $NetBSD: Makefile.inc,v 1.8.2.1 2000/10/19 14:11:49 tv Exp $
 #
 #      etc.vax/Makefile.inc -- vax-specific etc Makefile targets
 #
@@ -10,10 +10,10 @@
 distribution: pcs750.bin
 
 pcs750.bin: etc.vax/pcs750.bin.uu
-       (cd etc.vax; uudecode pcs750.bin.uu)
-       (cd etc.vax; install -o ${BINOWN} -g ${BINGRP} -m 444 ${PCS} \
-           ${DESTDIR}/)
-       
+       rm -f ${DESTDIR}/pcs750.bin
+       uudecode -p etc.vax/pcs750.bin.uu > ${DESTDIR}/pcs750.bin
+       chown ${BINOWN}.${BINGRP} ${DESTDIR}/pcs750.bin
+       chmod 444 ${DESTDIR}/pcs750.bin
 
 INSTALLATION_DIRS+=    installation \
                        installation/bootfs \



Home | Main Index | Thread Index | Old Index