diff options
author | wennmach <wennmach@pkgsrc.org> | 2002-09-19 08:28:17 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2002-09-19 08:28:17 +0000 |
commit | 5008ca17bcb93a779f498e3f6d1f4a879f4bf6c8 (patch) | |
tree | 27c54e5e3a38a95b9246c5a7bf353f083e6fb472 /lang | |
parent | 0e232e0e0110b206a9060a76ffc040e10c9ab516 (diff) | |
download | pkgsrc-5008ca17bcb93a779f498e3f6d1f4a879f4bf6c8.tar.gz |
Allow for the chmod command to fail, e. g. if the distfile is on a readonly
medium, or if the directory protections don't allow it.
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 05d30ad98ba..2f12b3b7802 100644 --- a/lang/sun-jre13/Makefile.common +++ b/lang/sun-jre13/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2002/09/03 19:26:41 jschauma Exp $ +# $NetBSD: Makefile.common,v 1.6 2002/09/19 08:28:17 wennmach Exp $ # MASTER_SITES is very special, and must end in "=": CATEGORIES= lang @@ -51,7 +51,7 @@ NO_BUILD= # defined post-fetch: . if ${OPSYS} != "Darwin" - @${CHMOD} +x ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} + @-${CHMOD} +x ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} . endif do-install: |