From 12bc5177a0442d73be7445a5791db86428536297 Mon Sep 17 00:00:00 2001 From: Alastair Tse Date: Fri, 9 Apr 2004 23:21:59 +0000 Subject: fix for byte-code compilation (#47103) --- dev-python/gnome-python/gnome-python-2.0.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/gnome-python/gnome-python-2.0.0-r1.ebuild') diff --git a/dev-python/gnome-python/gnome-python-2.0.0-r1.ebuild b/dev-python/gnome-python/gnome-python-2.0.0-r1.ebuild index bcc8f6ef39fd..0ec14ed0bbb3 100644 --- a/dev-python/gnome-python/gnome-python-2.0.0-r1.ebuild +++ b/dev-python/gnome-python/gnome-python-2.0.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-2.0.0-r1.ebuild,v 1.4 2004/04/01 19:55:41 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-2.0.0-r1.ebuild,v 1.5 2004/04/09 23:21:59 liquidx Exp $ inherit gnome2 python @@ -45,7 +45,7 @@ src_unpack() { pkg_postinst() { python_version - python_mod_optimize /usr/lib/python${PYVER}/gtk-2.0 + python_mod_optimize /usr/lib/python${PYVER}/site-packages/gtk-2.0 } pkg_postrm() { -- cgit v1.2.3-65-gdbad