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 742181381F3 for ; Wed, 7 Aug 2013 07:48:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02019E0AE9; Wed, 7 Aug 2013 07:48:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D05FE0AE9 for ; Wed, 7 Aug 2013 07:48:27 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F4BD33EA9C for ; Wed, 7 Aug 2013 07:48:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2CCB8E468F for ; Wed, 7 Aug 2013 07:48:25 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1375861675.a876ce722c73cf9af3d301566cea700e2cff953e.polynomial-c@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/seamonkey/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/seamonkey/seamonkey-2.20.ebuild X-VCS-Directories: www-client/seamonkey/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: a876ce722c73cf9af3d301566cea700e2cff953e X-VCS-Branch: master Date: Wed, 7 Aug 2013 07:48:25 +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: 8a63736b-c981-4724-895e-881467d28cc1 X-Archives-Hash: 7a09f54e7da4733a958512e1f7198ee2 commit: a876ce722c73cf9af3d301566cea700e2cff953e Author: Lars Wendler gentoo org> AuthorDate: Wed Aug 7 07:47:55 2013 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Aug 7 07:47:55 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=a876ce72 seamonkey: rm -f will never die... --- www-client/seamonkey/seamonkey-2.20.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www-client/seamonkey/seamonkey-2.20.ebuild b/www-client/seamonkey/seamonkey-2.20.ebuild index 6995d10..6bd8bd8 100644 --- a/www-client/seamonkey/seamonkey-2.20.ebuild +++ b/www-client/seamonkey/seamonkey-2.20.ebuild @@ -339,8 +339,7 @@ src_install() { pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/{seamonkey,seamonkey-bin,plugin-container} if use minimal ; then - rm -rf "${ED}"/usr/include "${ED}${MOZILLA_FIVE_HOME}"/{idl,include,lib,sdk} \ - || die "Failed to remove sdk and headers" + rm -rf "${ED}"/usr/include "${ED}${MOZILLA_FIVE_HOME}"/{idl,include,lib,sdk} fi # Handle plugins dir through nsplugins.eclass