diff options
author | wiz <wiz@pkgsrc.org> | 2000-03-16 12:32:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-03-16 12:32:27 +0000 |
commit | 3f4cbd902f8b2c4d2db944400ac780386c95d27c (patch) | |
tree | ca96539978277a2fa331dd312453581d9dc9f7e5 /emulators/linux-locale/Makefile | |
parent | 439d62e243669733b6fdb3d33ee74ba2e7353957 (diff) | |
download | pkgsrc-3f4cbd902f8b2c4d2db944400ac780386c95d27c.tar.gz |
grep -> ${GREP}
Diffstat (limited to 'emulators/linux-locale/Makefile')
-rw-r--r-- | emulators/linux-locale/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux-locale/Makefile b/emulators/linux-locale/Makefile index 74f4c31ce26..e27fd88b5c9 100644 --- a/emulators/linux-locale/Makefile +++ b/emulators/linux-locale/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/02/05 18:16:33 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2000/03/16 12:32:27 wiz Exp $ # DISTNAME= libwcsmbs-0.0.4-4jrpm @@ -57,7 +57,7 @@ do-install: post-install: @${ECHO_MSG} "===> [Automatic Linux shared object preload handling]" - @grep -v 'libwcsmbs\.so' ${EMULPRELOAD} \ + @${GREP} -v 'libwcsmbs\.so' ${EMULPRELOAD} \ > ${WRKDIR}/preload 2> /dev/null || ${TRUE} @${MV} ${WRKDIR}/preload ${EMULPRELOAD} @${ECHO} "libwcsmbs.so.0" >> ${EMULPRELOAD} |