diff options
author | 2001-09-13 16:18:37 +0000 | |
---|---|---|
committer | 2001-09-13 16:18:37 +0000 | |
commit | 407c9c1e82e21760a32ab87ad952f44fbd275432 (patch) | |
tree | 5829f0ab86abfcf09be92d6c52a9a22f91a85a7c /sys-devel/spython | |
parent | named it more appropriately and added a depend for hostname (diff) | |
download | gentoo-2-407c9c1e82e21760a32ab87ad952f44fbd275432.tar.gz gentoo-2-407c9c1e82e21760a32ab87ad952f44fbd275432.tar.bz2 gentoo-2-407c9c1e82e21760a32ab87ad952f44fbd275432.zip |
cleanup fix
Diffstat (limited to 'sys-devel/spython')
-rw-r--r-- | sys-devel/spython/spython-2.0-r7.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-devel/spython/spython-2.0-r7.ebuild b/sys-devel/spython/spython-2.0-r7.ebuild index 1495cba8dde8..257cfa3ad419 100644 --- a/sys-devel/spython/spython-2.0-r7.ebuild +++ b/sys-devel/spython/spython-2.0-r7.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/spython-2.0-r7.ebuild,v 1.6 2001/09/01 04:31:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/spython-2.0-r7.ebuild,v 1.7 2001/09/13 16:18:37 drobbins Exp $ S=${WORKDIR}/Python-2.0 S2=${WORKDIR}/python-fchksum-1.1 @@ -86,7 +86,9 @@ src_install() { cd ${D}/usr/lib/spython2.0 #remove test and lib-tk directory; we can do much more cleaning too. rm -rf test lib-tk - #clean out byte-compiled stuff. Not absolutely required, and doing so saves space + #clean out byte-compiled stuff. They aren't required, and doing so saves space + #cd to root so "find" works properly. + cd ${D} local x for x in `find -iname '*.pyc'; find -iname '*.pyo'` do |