diff options
author | Preston A. Elder <prez@gentoo.org> | 2002-05-31 05:20:12 +0000 |
---|---|---|
committer | Preston A. Elder <prez@gentoo.org> | 2002-05-31 05:20:12 +0000 |
commit | 1b56a1baa3a54fd3d265ac681083069383390d1f (patch) | |
tree | e7308ff1fa52cd6de9cbbe1b6e62fd24d71d8a65 /dev-lang | |
parent | Added logjam to the net-misc category. Logjam is a LiveJournal client. (diff) | |
download | historical-1b56a1baa3a54fd3d265ac681083069383390d1f.tar.gz historical-1b56a1baa3a54fd3d265ac681083069383390d1f.tar.bz2 historical-1b56a1baa3a54fd3d265ac681083069383390d1f.zip |
*sigh* I guess breaking the build box isnt so bad afterall
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/tcl/tcl-8.3.3-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/tcl/tcl-8.3.3-r2.ebuild b/dev-lang/tcl/tcl-8.3.3-r2.ebuild index 7458644634d1..165654968aeb 100644 --- a/dev-lang/tcl/tcl-8.3.3-r2.ebuild +++ b/dev-lang/tcl/tcl-8.3.3-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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.3.3-r2.ebuild,v 1.2 2002/05/31 04:30:27 prez Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.3.3-r2.ebuild,v 1.3 2002/05/31 05:20:12 prez Exp $ S=${WORKDIR}/${PN}${PV} @@ -58,8 +58,8 @@ src_install() { rm -f ${D}/usr/lib/tcl${v1}/include/generic/tclPlatDecls.h # install symlink for libraries - dosym ${D}/usr/lib/libtcl${v1}.so ${D}/usr/lib/libtcl.so - dosym ${D}/usr/lib/libtclstub${v1}.a ${D}/usr/lib/libtclstub.a + dosym /usr/lib/libtcl${v1}.so /usr/lib/libtcl.so + dosym /usr/lib/libtclstub${v1}.a /usr/lib/libtclstub.a ln -sf tclsh${v1} ${D}/usr/bin/tclsh |