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 90155138262 for ; Fri, 20 May 2016 14:03:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02C09142AD; Fri, 20 May 2016 14:03:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 759D1142AD for ; Fri, 20 May 2016 14:03:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71FB4340C36 for ; Fri, 20 May 2016 14:03:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 840CE976 for ; Fri, 20 May 2016 14:03:04 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1463446205.d2d862999e44d5e9a378f0efe3098190df788fa7.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ants/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/ants/ants-9999.ebuild X-VCS-Directories: sci-biology/ants/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: d2d862999e44d5e9a378f0efe3098190df788fa7 X-VCS-Branch: master Date: Fri, 20 May 2016 14:03:04 +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: 85aad3ec-4947-4438-8ffc-05331c5997fd X-Archives-Hash: c4e0b5970a3eb55f6840bc8d40c8ef07 commit: d2d862999e44d5e9a378f0efe3098190df788fa7 Author: Horea Christian yandex com> AuthorDate: Tue May 17 00:50:05 2016 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Tue May 17 00:50:05 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d2d86299 sci-biology/ants: using dobin instead of doexe Package-Manager: portage-2.2.28 sci-biology/ants/ants-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sci-biology/ants/ants-9999.ebuild b/sci-biology/ants/ants-9999.ebuild index 628d926..d3e39db 100644 --- a/sci-biology/ants/ants-9999.ebuild +++ b/sci-biology/ants/ants-9999.ebuild @@ -22,8 +22,7 @@ src_install() { cd "${WORKDIR}/${P}_build/ANTS-build" || die "build dir not found" default cd "${WORKDIR}/${P}/Scripts" || die "scripts dir not found" - exeinto /usr/bin - doexe *.sh + dobin *.sh dodir /usr/$(get_libdir)/ants install -t "${D}"usr/$(get_libdir)/ants * doenvd "${FILESDIR}"/99ants