diff options
author | agc <agc> | 1999-04-06 14:58:50 +0000 |
---|---|---|
committer | agc <agc> | 1999-04-06 14:58:50 +0000 |
commit | 3601f785c6d3976931406c8585330a9e0d18f6a8 (patch) | |
tree | 47b9a8b339f9e486498bc83a1e4ba30b9e61b6aa /x11/eterm | |
parent | c73eab32dc9e37a75b8f7fea5f0907a46c6e695e (diff) | |
download | pkgsrc-3601f785c6d3976931406c8585330a9e0d18f6a8.tar.gz |
Make sure that other users can at least read the files that are going
to be installed, so that the PLIST matches reality.
Diffstat (limited to 'x11/eterm')
-rw-r--r-- | x11/eterm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index 173c5f42e24..6231fc5dee1 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/04/06 14:41:22 agc Exp $ +# $NetBSD: Makefile,v 1.3 1999/04/06 14:58:50 agc Exp $ DISTNAME= Eterm-0.8.8 PKGNAME= eterm-0.8.8 @@ -22,5 +22,6 @@ post-extract: ${MV} ${WRKDIR}/Eterm/bg/scale/* ${WRKSRC}/bg/scale ${MV} ${WRKDIR}/Eterm/bg/tile/* ${WRKSRC}/bg/tile ${RM} -r ${WRKDIR}/Eterm + ${CHMOD} -R o+r ${WRKSRC} .include "../../mk/bsd.pkg.mk" |