diff options
author | wennmach <wennmach> | 2002-09-19 08:28:17 +0000 |
---|---|---|
committer | wennmach <wennmach> | 2002-09-19 08:28:17 +0000 |
commit | 1f5dd40d3fd578109e4173a0d572207dd5d3efac (patch) | |
tree | 27c54e5e3a38a95b9246c5a7bf353f083e6fb472 /lang | |
parent | 93d5c5c1b4ffaef5c9d1ba7d3e7b14ee0c80be0c (diff) | |
download | pkgsrc-1f5dd40d3fd578109e4173a0d572207dd5d3efac.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: |