summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2008-01-29 15:08:52 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2008-01-29 15:08:52 +0000
commit17d7015bea26c21c8e3cba3e45f98eaa37b12d16 (patch)
tree8e8d5fcd2b2fdd0f31c1c0d90dcd03c2f799dc4a /sci-misc/gato
parentFix init script dependencies to work without a boot runlevel. (diff)
downloadgentoo-2-17d7015bea26c21c8e3cba3e45f98eaa37b12d16.tar.gz
gentoo-2-17d7015bea26c21c8e3cba3e45f98eaa37b12d16.tar.bz2
gentoo-2-17d7015bea26c21c8e3cba3e45f98eaa37b12d16.zip
ooops: fixed python dir
(Portage version: 2.1.4)
Diffstat (limited to 'sci-misc/gato')
-rw-r--r--sci-misc/gato/ChangeLog5
-rw-r--r--sci-misc/gato/gato-0.99c.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-misc/gato/ChangeLog b/sci-misc/gato/ChangeLog
index beb700554301..722ce21d2ac2 100644
--- a/sci-misc/gato/ChangeLog
+++ b/sci-misc/gato/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-misc/gato
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/gato/ChangeLog,v 1.9 2008/01/29 15:03:51 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/gato/ChangeLog,v 1.10 2008/01/29 15:08:52 bicatali Exp $
+
+ 29 Jan 2008; Sébastien Fabbro <bicatali@gentoo.org> gato-0.99c.ebuild:
+ Oops: fixed python dir
29 Jan 2008; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml,
-gato-0.98p.ebuild, gato-0.99c.ebuild:
diff --git a/sci-misc/gato/gato-0.99c.ebuild b/sci-misc/gato/gato-0.99c.ebuild
index 9ce292c49229..72d52f535414 100644
--- a/sci-misc/gato/gato-0.99c.ebuild
+++ b/sci-misc/gato/gato-0.99c.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/gato/gato-0.99c.ebuild,v 1.2 2008/01/29 15:03:51 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/gato/gato-0.99c.ebuild,v 1.3 2008/01/29 15:08:52 bicatali Exp $
inherit python eutils multilib
@@ -39,7 +39,7 @@ src_install() {
# install python code
python_version
- local instdir=/usr/$(get_libdir)/${python}${PYVER}/${PN}
+ local instdir=/usr/$(get_libdir)/python${PYVER}/${PN}
insinto ${instdir}
doins *.py || die "Failed to install python files"
fperms 755 ${instdir}/{Gato,Gred}.py