summaryrefslogtreecommitdiff
path: root/wm/ethemes
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2004-01-27 00:53:10 +0000
committerheinz <heinz@pkgsrc.org>2004-01-27 00:53:10 +0000
commitc00807be673f4f2bb5250bb34151186d0006749e (patch)
tree0e38a95bbce9b72b902212b13f3fff0a72b2b5fd /wm/ethemes
parentede0be0eaa8bfcc8cfdb0b40604997b8ceb055d7 (diff)
downloadpkgsrc-c00807be673f4f2bb5250bb34151186d0006749e.tar.gz
Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248
Diffstat (limited to 'wm/ethemes')
-rw-r--r--wm/ethemes/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/ethemes/Makefile b/wm/ethemes/Makefile
index d23d3d1350d..8d4f1253a01 100644
--- a/wm/ethemes/Makefile
+++ b/wm/ethemes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/11/21 09:31:15 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2004/01/27 00:53:10 heinz Exp $
DISTNAME= ethemes-0.1
PKGREVISION= 2
@@ -45,8 +45,8 @@ do-install:
.endfor
.for DIR in Absolute_E ApplePlatinum FinalE
cd ${PREFIX}/${E_DATADIR}/${DIR} \
- && ${CHMOD} go+rx `${FIND} . -type d` \
- && ${CHMOD} go+r `${FIND} . -type f`
+ && ${CHMOD} go+rx `${FIND} . -type d -print` \
+ && ${CHMOD} go+r `${FIND} . -type f -print`
.endfor
.include "../../mk/bsd.pkg.mk"