From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 744521389E2 for ; Tue, 2 Dec 2014 08:19:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F3C6E08DF; Tue, 2 Dec 2014 08:19:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59E75E08DF for ; Tue, 2 Dec 2014 08:19:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 792623405A1 for ; Tue, 2 Dec 2014 08:19:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 253D6B580 for ; Tue, 2 Dec 2014 08:19:16 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1417356613.e31157783ecdb119d367c5da6553e085b1d2676c.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/mpe2/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/mpe2/mpe2-1.3.0.ebuild X-VCS-Directories: sys-cluster/mpe2/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e31157783ecdb119d367c5da6553e085b1d2676c X-VCS-Branch: master Date: Tue, 2 Dec 2014 08:19:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f9291ca0-cfc2-4953-a4eb-aee9ba46fa9f X-Archives-Hash: 69a8f1156c12e7b39c03ac7f81689d57 commit: e31157783ecdb119d367c5da6553e085b1d2676c Author: Marius Brehler linux sungazer de> AuthorDate: Sun Nov 30 14:10:13 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Nov 30 14:10:13 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e3115778 sys-cluster/mpe2: Call default in src_install --- sys-cluster/mpe2/mpe2-1.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/mpe2/mpe2-1.3.0.ebuild b/sys-cluster/mpe2/mpe2-1.3.0.ebuild index e96b358..27ee999 100644 --- a/sys-cluster/mpe2/mpe2-1.3.0.ebuild +++ b/sys-cluster/mpe2/mpe2-1.3.0.ebuild @@ -137,6 +137,6 @@ src_test() { } src_install() { - emake DESTDIR="${D}" install || die + default rm -f "${D}"/usr/sbin/mpeuninstall || die }