summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pygobject/pygobject-2.26.0-r1.ebuild')
-rw-r--r--dev-python/pygobject/pygobject-2.26.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pygobject/pygobject-2.26.0-r1.ebuild b/dev-python/pygobject/pygobject-2.26.0-r1.ebuild
index 562c8640a17f..562ef0b17c9f 100644
--- a/dev-python/pygobject/pygobject-2.26.0-r1.ebuild
+++ b/dev-python/pygobject/pygobject-2.26.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.26.0-r1.ebuild,v 1.16 2011/12/31 16:23:58 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.26.0-r1.ebuild,v 1.17 2011/12/31 18:47:31 tetromino Exp $
EAPI="2"
GCONF_DEBUG="no"
@@ -66,7 +66,7 @@ src_prepare() {
# disable pyc compiling
mv py-compile py-compile.orig
- echo -e '#!'$(type -P sh)'\n:' > py-compile
+ echo '#!/bin/sh' > py-compile
eautoreconf
gnome2_src_prepare