summaryrefslogtreecommitdiff
path: root/www/mozilla-bin
diff options
context:
space:
mode:
authorgrant <grant>2003-12-23 03:50:51 +0000
committergrant <grant>2003-12-23 03:50:51 +0000
commita8586a9501562902ab9227c90faf01876913c4de (patch)
treeb3b744a4a9ea06cf0817c74f87d0d3f80c4f4771 /www/mozilla-bin
parentb7dfef5fa81cc448c3670a7900ad889ec9e92c40 (diff)
downloadpkgsrc-a8586a9501562902ab9227c90faf01876913c4de.tar.gz
fix find mode expression.
Diffstat (limited to 'www/mozilla-bin')
-rw-r--r--www/mozilla-bin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla-bin/Makefile b/www/mozilla-bin/Makefile
index f562d4f21db..ee3b79a4c2f 100644
--- a/www/mozilla-bin/Makefile
+++ b/www/mozilla-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/11/27 16:07:46 grant Exp $
+# $NetBSD: Makefile,v 1.12 2003/12/23 03:50:51 grant Exp $
#
DISTNAME= # see Makefile.${OPSYS}.${ARCH}
@@ -33,7 +33,7 @@ do-install:
cd ${WRKSRC} && ${PAX} -rw -pm . ${MOZILLA_LIB}
@${FIND} ${MOZILLA_LIB} -type f -print \
| ${XARGS} ${CHMOD} a+r
- @${FIND} ${MOZILLA_LIB} \( -type f -o -perm +x \) -print \
+ @${FIND} ${MOZILLA_LIB} \( -type f -o -perm -u+x \) -print \
| ${XARGS} ${CHMOD} a+rx
@${FIND} ${MOZILLA_LIB} -type d -print \
| ${XARGS} ${CHMOD} a+rx