summaryrefslogtreecommitdiff
path: root/emulators/linux-locale
diff options
context:
space:
mode:
authorheinz <heinz>2004-01-27 00:53:10 +0000
committerheinz <heinz>2004-01-27 00:53:10 +0000
commitc4a746650ec3ce51092f46b30440ee814f6dbcaa (patch)
tree0e38a95bbce9b72b902212b13f3fff0a72b2b5fd /emulators/linux-locale
parentd8e3f2f0d5830a73b60fbd37e5d63bfc0282c3c6 (diff)
downloadpkgsrc-c4a746650ec3ce51092f46b30440ee814f6dbcaa.tar.gz
Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248
Diffstat (limited to 'emulators/linux-locale')
-rw-r--r--emulators/linux-locale/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux-locale/Makefile b/emulators/linux-locale/Makefile
index 2592cb8b9f6..19aadbeb594 100644
--- a/emulators/linux-locale/Makefile
+++ b/emulators/linux-locale/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2003/07/17 21:35:34 grant Exp $
+# $NetBSD: Makefile,v 1.19 2004/01/27 00:53:11 heinz Exp $
DISTNAME= locales-2.1-1mdk
PKGNAME= linux-locale-2.1.1
@@ -45,7 +45,7 @@ CHECK_SHLIBS= no
do-install:
@${RM} -f ${CPIOLIST}
@(cd ${EMULDIR}; \
- ${FIND} usr/share/locale -name "*" > ${EXCLUDELIST})
+ ${FIND} usr/share/locale -name "*" -print > ${EXCLUDELIST})
.for f in ${DISTFILES}
@rpm2cpio ${DISTDIR}/${DIST_SUBDIR}/${f} | \
cpio -t -v -f -E ${EXCLUDELIST} >> ${CPIOLIST}