From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PwfAJ-000335-OD for garchives@archives.gentoo.org; Mon, 07 Mar 2011 18:28:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DFD0E073A; Mon, 7 Mar 2011 18:28:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 08E01E073A for ; Mon, 7 Mar 2011 18:28:12 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 981371B4029 for ; Mon, 7 Mar 2011 18:28:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B8DD18006A for ; Mon, 7 Mar 2011 18:28:09 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <2dae7262cde708e8782544a591ed4e90798366a3.alexxy@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/ambertools/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/ambertools/ambertools-1.4.ebuild X-VCS-Directories: sci-chemistry/ambertools/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 2dae7262cde708e8782544a591ed4e90798366a3 Date: Mon, 7 Mar 2011 18:28:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 18dab963dcfafd4e6c1b7864f63e096a commit: 2dae7262cde708e8782544a591ed4e90798366a3 Author: Alexey Shvetsov gentoo org> AuthorDate: Mon Mar 7 18:28:02 2011 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Mon Mar 7 18:28:02 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D2dae7262 Fix another typo with symlinks (Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit = with key F82F92E6) --- sci-chemistry/ambertools/ambertools-1.4.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sci-chemistry/ambertools/ambertools-1.4.ebuild b/sci-chemist= ry/ambertools/ambertools-1.4.ebuild index 76f17ef..8b39b57 100644 --- a/sci-chemistry/ambertools/ambertools-1.4.ebuild +++ b/sci-chemistry/ambertools/ambertools-1.4.ebuild @@ -109,7 +109,7 @@ src_install() { -i "${ED}/usr/bin/mopac.sh" || die # Make symlinks untill binpath for amber will be fixed dodir /usr/share/${PN}/bin - for x in "${ED}"/usr/bin/* + for x in $(ls "${ED}"/usr/bin/*) do dosym /usr/bin/${x} /usr/share/${PN}/bin/${x} done # sed -e "s:\$AMBERHOME/dat:\$AMBERHOME/share/ambertools/dat:g" \