diff options
author | tron <tron@pkgsrc.org> | 1999-11-11 11:54:10 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-11-11 11:54:10 +0000 |
commit | 3afd13022d859a3f0efbbb2b7773fb45648a1e23 (patch) | |
tree | 6da52a62eab46a38c409457fac6c6024b27d773d /x11 | |
parent | ccba5cae1b2dd9faa35e026e75a12012d157126d (diff) | |
download | pkgsrc-3afd13022d859a3f0efbbb2b7773fb45648a1e23.tar.gz |
Install "etc/gnomerc" and "etc/gnomerc.default" with execute bits set.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gdm/Makefile | 3 |
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/:.*//}; \ |