diff options
author | wiz <wiz@pkgsrc.org> | 2001-10-19 14:24:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-10-19 14:24:51 +0000 |
commit | 088991d00f1e99db56447b0e34d84166e1fae910 (patch) | |
tree | a5e15ce9369f47d2a9042c72e3845b98190bd8e6 /lang/python | |
parent | d544edaa087bfc6a14f9813b02b1f71bf50535f3 (diff) | |
download | pkgsrc-088991d00f1e99db56447b0e34d84166e1fae910.tar.gz |
Remove some debugging stuff. Noted by D'Arcy J.M. Cain.
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile index 44e3e4f6ae7..f51d59f949a 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2001/06/28 13:19:56 drochner Exp $ +# $NetBSD: Makefile,v 1.24 2001/10/19 14:24:51 wiz Exp $ # DISTNAME= Python-2.0.1 @@ -64,8 +64,8 @@ post-install: (cd ${PREFIX}; ${FIND} -d include/python2.0 -type d -print | \ ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC}) (cd ${PREFIX}; ${FIND} -d lib/python2.0 -type d -print | \ - ${GREP} -v site-packages | tee /tmp/x | \ - ${GREP} -vx lib/python2.0 | tee /tmp/y | \ + ${GREP} -v site-packages | \ + ${GREP} -vx lib/python2.0 | \ ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC}) # Reinstall Python binary to get it stripped ${RM} ${PREFIX}/bin/python2.0 ${PREFIX}/bin/python |