diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-07-13 04:33:23 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-07-13 04:33:23 +0000 |
| commit | 3bc99bbcc262ae53a8faa718ad4f713d986799d2 (patch) | |
| tree | a5faf60388c9fb4246fa3593194ba4beabe8ce10 | |
| parent | 220927702bae25d7ad7c07b0621439738774454b (diff) | |
Notes
| -rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index a1d75ea010d4..85fe6d1cd242 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -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; \ |
