diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-17 21:25:38 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-17 21:25:38 +0000 |
commit | 5c90d935a263b49a9081fe869bbbc6e7edda1b3a (patch) | |
tree | a5192866375172abaaec0adcdda626b468115f47 /lang | |
parent | 88d26310bf52d2c3b0604a14ccacaf8f36aebe84 (diff) | |
download | pkgsrc-5c90d935a263b49a9081fe869bbbc6e7edda1b3a.tar.gz |
Suppress warning by not trying to chmod a symlink before the target has
been paxed over.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/sun-jre13/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sun-jre13/Makefile.common b/lang/sun-jre13/Makefile.common index 32b35e68d45..e3a8cc969e5 100644 --- a/lang/sun-jre13/Makefile.common +++ b/lang/sun-jre13/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2003/02/05 03:37:44 jlam Exp $ +# $NetBSD: Makefile.common,v 1.13 2003/03/17 21:25:38 jschauma Exp $ # MASTER_SITES is very special, and must end in "=": CATEGORIES= lang @@ -68,7 +68,7 @@ do-install: .else do-install: ${INSTALL_PROGRAM_DIR} ${PREFIX} - cd ${WRKSRC} && ${PAX} -rw . ${PREFIX} + cd ${WRKSRC} && ${PAX} -rwp ma . ${PREFIX} .endif .if ${OPSYS} != "NetBSD" |