summaryrefslogtreecommitdiff
path: root/x11/gdm
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-11-11 11:54:10 +0000
committertron <tron@pkgsrc.org>1999-11-11 11:54:10 +0000
commit3afd13022d859a3f0efbbb2b7773fb45648a1e23 (patch)
tree6da52a62eab46a38c409457fac6c6024b27d773d /x11/gdm
parentccba5cae1b2dd9faa35e026e75a12012d157126d (diff)
downloadpkgsrc-3afd13022d859a3f0efbbb2b7773fb45648a1e23.tar.gz
Install "etc/gnomerc" and "etc/gnomerc.default" with execute bits set.
Diffstat (limited to 'x11/gdm')
-rw-r--r--x11/gdm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index a420ef63c19..842ef408935 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/11/11 10:47:25 tron Exp $
+# $NetBSD: Makefile,v 1.4 1999/11/11 11:54:10 tron Exp $
DISTNAME= gdm-2.0beta4
PKGNAME= gdm-2.0b4
@@ -65,6 +65,7 @@ post-build:
${CHMOD} +x KDE Xsession
post-install:
+ ${CHMOD} +x ${WRKSRC}/config/gnomerc
.for FILE in ${GDMCFGFILES}
@cd ${WRKSRC}/config; \
SOURCE=${FILE:C/:.*//}; \