diff options
-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} |