diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-08-17 23:41:54 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-08-17 23:41:54 +0000 |
commit | f91c742a68e28c92101df3547847f95239916efe (patch) | |
tree | 6c15ae14c15343dd97d653b7d1135ccf7fcdfed1 /sys-devel/spython | |
parent | new e3 (diff) | |
download | gentoo-2-f91c742a68e28c92101df3547847f95239916efe.tar.gz gentoo-2-f91c742a68e28c92101df3547847f95239916efe.tar.bz2 gentoo-2-f91c742a68e28c92101df3547847f95239916efe.zip |
now has a "python" compat. symlink
Diffstat (limited to 'sys-devel/spython')
-rw-r--r-- | sys-devel/spython/spython-2.0-r7.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-devel/spython/spython-2.0-r7.ebuild b/sys-devel/spython/spython-2.0-r7.ebuild index 93bc5f7f0730..5c5c7f526cee 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-2000 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.2 2001/08/06 23:01:55 pete Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/spython-2.0-r7.ebuild,v 1.3 2001/08/17 23:41:54 drobbins Exp $ S=${WORKDIR}/Python-2.0 S2=${WORKDIR}/python-fchksum-1.1 @@ -74,7 +74,8 @@ src_install() { dodir /usr/share/man try make install prefix=${D}/usr MANDIR=${D}/usr/share/man - + dosym spython /usr/bin/python + rm -rf ${D}/usr/include rm -rf ${D}/usr/lib/${PN}${PV}/config |