diff options
author | 2002-11-30 01:19:17 +0000 | |
---|---|---|
committer | 2002-11-30 01:19:17 +0000 | |
commit | fda82c7dfc1465549b6beff7d1218506a1ceb415 (patch) | |
tree | 8a6347fd1844f8502caf91fadbec8971f9bc8375 /dev-lang/python/python-2.2.2.ebuild | |
parent | added ~ppc to KEYWORDS (diff) | |
download | historical-fda82c7dfc1465549b6beff7d1218506a1ceb415.tar.gz historical-fda82c7dfc1465549b6beff7d1218506a1ceb415.tar.bz2 historical-fda82c7dfc1465549b6beff7d1218506a1ceb415.zip |
Changed mkdir ${D} to dodir ${D}
Diffstat (limited to 'dev-lang/python/python-2.2.2.ebuild')
-rw-r--r-- | dev-lang/python/python-2.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/python/python-2.2.2.ebuild b/dev-lang/python/python-2.2.2.ebuild index 902c3d95e3fe..623afc4bb9c6 100644 --- a/dev-lang/python/python-2.2.2.ebuild +++ b/dev-lang/python/python-2.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.2.ebuild,v 1.1 2002/10/20 23:07:15 jnelson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.2.ebuild,v 1.2 2002/11/30 01:17:57 vapier Exp $ IUSE="readline tcltk berkdb bootstrap" @@ -86,7 +86,7 @@ src_install() { # If USE tcltk lets install idle # Need to script the python version in the path if use tcltk; then - mkdir "${D}/usr/lib/python${PYVER}/tools" + dodir /usr/lib/python${PYVER}/tools mv "${S}/Tools/idle" "${D}/usr/lib/python${PYVER}/tools/" dosym /usr/lib/python${PYVER}/tools/idle/idle.py /usr/bin/idle.py fi |