diff options
Diffstat (limited to 'eclass/gnome-python-common.eclass')
-rw-r--r-- | eclass/gnome-python-common.eclass | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/eclass/gnome-python-common.eclass b/eclass/gnome-python-common.eclass index 21cc37c1543c..19d978a82355 100644 --- a/eclass/gnome-python-common.eclass +++ b/eclass/gnome-python-common.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnome-python-common.eclass,v 1.13 2011/12/27 17:55:12 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome-python-common.eclass,v 1.14 2012/01/03 12:18:17 nirbheek Exp $ # Original Author: Arun Raghavan <ford_prefect@gentoo.org> (based on the # gnome-python-desktop eclass by Jim Ramsay <lack@gentoo.org>) @@ -89,7 +89,8 @@ gnome-python-common_src_prepare() { # disable pyc compiling if [[ -f py-compile ]]; then rm py-compile - ln -s $(type -P true) py-compile + echo > py-compile + chmod +x py-compile fi # The .pc file is installed by respective gnome-python*-base package |