From 309851e0c1379a6ef098256dfb2fbdae44edd812 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Thu, 30 Nov 1995 02:32:40 +0000 Subject: [PATCH] Install new dotfiles. --- etc/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/etc/Makefile b/etc/Makefile index ad3c3081c9c4..6ee3d9ef5674 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.125 1995/10/28 02:01:34 ache Exp $ +# $Id: Makefile,v 1.126 1995/10/28 09:39:57 peter Exp $ # disktab may be wrong -- hcx9 is a tahoe, but gets its own. # -rw-r--r-- @@ -175,6 +175,12 @@ distribution: MAKEDEV.local etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev ) (cd ${DESTDIR}/dev; sh MAKEDEV all) ; (cd ${.CURDIR}/root; \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.fvwmrc \ + ${DESTDIR}/root/.fvwmrc; \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.Xdefaults \ + ${DESTDIR}/root/.Xdefaults; \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.xsession \ + ${DESTDIR}/root/.xsession; \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.cshrc \ ${DESTDIR}/root/.cshrc; \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.klogin \