From 406629d80f995f56b3f30bd2af40ff364b7bc561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 31 Dec 2011 11:58:25 +0100 Subject: [PATCH] Fix py-compile calling error. Replace the /bin/true symlink with an equivalent shell script which would work fine when called through $(SHELL). Fixes: https://bugs.gentoo.org/show_bug.cgi?id=396585 --- libreport-2.0.7.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libreport-2.0.7.ebuild b/libreport-2.0.7.ebuild index cc36b86..089c6cd 100644 --- a/libreport-2.0.7.ebuild +++ b/libreport-2.0.7.ebuild @@ -65,7 +65,7 @@ src_prepare() { src/report-python/Makefile.* || die "sed failed" # disable pyc compiling - ln -sfn $(type -P true) py-compile + echo : > py-compile mkdir m4 eautoreconf -- 1.7.8.1