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 1DE58138A1A for ; Thu, 8 Jan 2015 08:48:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2A3DE089B; Thu, 8 Jan 2015 08:48:17 +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 660F9E089B for ; Thu, 8 Jan 2015 08:48:17 +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 50FF7340139 for ; Thu, 8 Jan 2015 08:48:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1D5CF1EF for ; Thu, 8 Jan 2015 08:48:14 +0000 (UTC) From: "Heather Cynede" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Heather Cynede" Message-ID: <1420706888.e31b4870f44b2964719150545f9757702d9dbb61.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: www-apps/antd/ X-VCS-Repository: proj/dotnet X-VCS-Files: www-apps/antd/antd-9999.ebuild X-VCS-Directories: www-apps/antd/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: e31b4870f44b2964719150545f9757702d9dbb61 X-VCS-Branch: master Date: Thu, 8 Jan 2015 08:48:14 +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: b52961b2-5301-479c-b23d-29af81242cc4 X-Archives-Hash: 8788944744ed67829e6b79d883dbb4a5 commit: e31b4870f44b2964719150545f9757702d9dbb61 Author: Heather live ru> AuthorDate: Thu Jan 8 08:48:08 2015 +0000 Commit: Heather Cynede gentoo org> CommitDate: Thu Jan 8 08:48:08 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=e31b4870 Antd: fix intall + release --- www-apps/antd/antd-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/antd/antd-9999.ebuild b/www-apps/antd/antd-9999.ebuild index e8fe060..6b445e9 100644 --- a/www-apps/antd/antd-9999.ebuild +++ b/www-apps/antd/antd-9999.ebuild @@ -34,6 +34,6 @@ src_prepare() { src_install() { elog "Installing Antd" insinto /usr/lib/mono/Antd/ - doins Antd/bin/Debug/* + doins -r Antd/bin/Release/* make_wrapper antd "mono /usr/lib/mono/Antd/Antd.exe" }