This commit is contained in:
Jordan K. Hubbard 1996-07-13 04:33:23 +00:00
parent 220927702b
commit 3bc99bbcc2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17148

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
# $Id: Makefile,v 1.137 1996/06/25 18:05:58 jkh Exp $
# $Id: Makefile,v 1.138 1996/07/11 21:22:50 pst Exp $
# -rw-r--r--
BINOWN= root
@ -64,7 +64,7 @@ distribution:
${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 \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 755 dot.xsession \
${DESTDIR}/root/.xsession; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.cshrc \
${DESTDIR}/root/.cshrc; \