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 2672D1381FA for ; Sun, 30 Dec 2012 11:42:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E857621C051; Sun, 30 Dec 2012 11:42:15 +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 3207C21C051 for ; Sun, 30 Dec 2012 11:42:15 +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 4938533D902 for ; Sun, 30 Dec 2012 11:42:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B5BB2E5446 for ; Sun, 30 Dec 2012 11:42:12 +0000 (UTC) From: "Kacper Kowalik" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kacper Kowalik" Message-ID: <1353688690.96996b441c88bc06a7df9c04a13db13d0443b6b4.xarthisius@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/cdfplayer/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/cdfplayer/cdfplayer-8.0.4.ebuild X-VCS-Directories: sci-mathematics/cdfplayer/ X-VCS-Committer: xarthisius X-VCS-Committer-Name: Kacper Kowalik X-VCS-Revision: 96996b441c88bc06a7df9c04a13db13d0443b6b4 X-VCS-Branch: master Date: Sun, 30 Dec 2012 11:42:12 +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: c9d05cfa-0dc0-46f0-b7c7-3dfd51b26117 X-Archives-Hash: 9b70acb063b3f7bb53420c99f4e947a6 commit: 96996b441c88bc06a7df9c04a13db13d0443b6b4 Author: Jauhien Piatlicki (jauhien) gmail com> AuthorDate: Fri Nov 23 16:38:10 2012 +0000 Commit: Kacper Kowalik gentoo org> CommitDate: Fri Nov 23 16:38:10 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=96996b44 sci-mathematics/cdfplayer: installation path fixed --- sci-mathematics/cdfplayer/cdfplayer-8.0.4.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sci-mathematics/cdfplayer/cdfplayer-8.0.4.ebuild b/sci-mathematics/cdfplayer/cdfplayer-8.0.4.ebuild index e6cbca8..5d9d010 100644 --- a/sci-mathematics/cdfplayer/cdfplayer-8.0.4.ebuild +++ b/sci-mathematics/cdfplayer/cdfplayer-8.0.4.ebuild @@ -35,5 +35,5 @@ src_prepare() { src_install() { "${S}/${MY_SCRIPT}" --target "${S}/${P}" -- -auto -verbose -createdir=y \ - -targetdir="${D}/opt" -execdir="${D}/usr/bin" + -targetdir="${D}/opt/wolfram" -execdir="${D}/usr/bin" }