summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-11-04 17:34:34 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-11-04 17:34:34 +0000
commitbe3dcc74eadeff17924ae5e37ec2cd9f70276335 (patch)
tree6caf0b6cffdf6cc05ec8753228f275ba051c44a4 /dev-db/metakit
parentremoved old crusty ebuilds (diff)
downloadgentoo-2-be3dcc74eadeff17924ae5e37ec2cd9f70276335.tar.gz
gentoo-2-be3dcc74eadeff17924ae5e37ec2cd9f70276335.tar.bz2
gentoo-2-be3dcc74eadeff17924ae5e37ec2cd9f70276335.zip
syntax fixes
Diffstat (limited to 'dev-db/metakit')
-rw-r--r--dev-db/metakit/metakit-2.4.7.37.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/metakit/metakit-2.4.7.37.ebuild b/dev-db/metakit/metakit-2.4.7.37.ebuild
index 61f6a0019313..fb590c8fa836 100644
--- a/dev-db/metakit/metakit-2.4.7.37.ebuild
+++ b/dev-db/metakit/metakit-2.4.7.37.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-db/metakit/metakit-2.4.7.37.ebuild,v 1.3 2002/10/20 18:41:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/metakit/metakit-2.4.7.37.ebuild,v 1.4 2002/11/04 17:34:34 seemant Exp $
IUSE="python tcltk"
@@ -47,7 +47,7 @@ src_install () {
if [ -n "`use python`" ]
then
- mkdir -p ${D}/usr/lib/${pydir}
+ dodir /usr/lib/${pydir}
# Because libmk4py.so export Mk4pyinit, that Python will look for ...
# shouldn't do a mv instead of a cp ? Who needs libmk4py.so ?
cp ${D}/usr/lib/libmk4py.so ${D}/usr/lib/${pydir}/Mk4py.so