diff options
author | 2001-01-29 19:27:58 +0000 | |
---|---|---|
committer | 2001-01-29 19:27:58 +0000 | |
commit | 9c8281c3402e35ab25a8ab1ac0f13376631e32a0 (patch) | |
tree | 3e42fd70d0501d4a644a9d26ee63248bb8c202e9 /sys-devel/spython | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-9c8281c3402e35ab25a8ab1ac0f13376631e32a0.tar.gz gentoo-2-9c8281c3402e35ab25a8ab1ac0f13376631e32a0.tar.bz2 gentoo-2-9c8281c3402e35ab25a8ab1ac0f13376631e32a0.zip |
updates
Diffstat (limited to 'sys-devel/spython')
-rw-r--r-- | sys-devel/spython/spython-2.0-r2.ebuild (renamed from sys-devel/spython/spython-2.0-r1.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/spython/spython-2.0-r1.ebuild b/sys-devel/spython/spython-2.0-r2.ebuild index 68a90b435f4d..ac031d34f031 100644 --- a/sys-devel/spython/spython-2.0-r1.ebuild +++ b/sys-devel/spython/spython-2.0-r2.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-r1.ebuild,v 1.1 2001/01/16 07:36:25 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/spython-2.0-r2.ebuild,v 1.1 2001/01/29 19:27:58 drobbins Exp $ S=${WORKDIR}/Python-2.0 S2=${WORKDIR}/python-fchksum-1.1 @@ -63,4 +63,5 @@ src_install() { try make install prefix=${D}/usr rm ${D}/usr/bin/python mv ${D}/usr/bin/python2.0 ${D}/usr/bin/spython + dosym spython /usr/bin/python } |