From 022eb86624280ef9db72559a99f9253a3d003132 Mon Sep 17 00:00:00 2001 From: heinz Date: Tue, 27 Jan 2004 00:53:10 +0000 Subject: Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 --- wm/ethemes/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wm/ethemes') 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" -- cgit v1.2.3