]> Pileus Git - ~andy/sunrise/blobdiff - gnome-extra/timer-applet/timer-applet-2.1.2.ebuild
gnome-extra/timer-applet: Fix py-compile idiom for automake-1.11.2 compatibility...
[~andy/sunrise] / gnome-extra / timer-applet / timer-applet-2.1.2.ebuild
index b13e71f2b7b4a0bc71e8e47e0e53ee1c2bf5878e..bcd0302cd31f24ca85fc79d59d873ca0016ae9fb 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -35,7 +35,7 @@ DOCS="AUTHORS ChangeLog NEWS README"
 
 src_prepare() {
        eautoreconf
-       ln -sf $(type -P true) "${S}/py-compile" || die
+       echo -e '#!'$(type -P sh)'\n:' > py-compile || die
 }
 
 pkg_postinst() {