summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pygobject/pygobject-2.14.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pygobject/pygobject-2.14.0.ebuild b/dev-python/pygobject/pygobject-2.14.0.ebuild
index 71eb8550fbeb..937c434f3e0a 100644
--- a/dev-python/pygobject/pygobject-2.14.0.ebuild
+++ b/dev-python/pygobject/pygobject-2.14.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.14.0.ebuild,v 1.3 2007/11/16 16:39:01 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.14.0.ebuild,v 1.4 2007/11/16 16:40:43 drac Exp $
WANT_AUTOCONF=none
WANT_AUTOMAKE=1.8
@@ -66,7 +66,7 @@ pkg_postinst() {
python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0
alternatives_auto_makesym /usr/$(get_libdir)/python${PYVER}/site-packages/pygtk.py pygtk.py-[0-9].[0-9]
alternatives_auto_makesym /usr/$(get_libdir)/python${PYVER}/site-packages/pygtk.pth pygtk.pth-[0-9].[0-9]
- python_mod_compile ${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/pygtk.py
+ python_mod_compile "${ROOT}"usr/$(get_libdir)/python${PYVER}/site-packages/pygtk.py
}
pkg_postrm() {