Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/spm/
Date: Wed, 17 Feb 2016 14:02:51
Message-Id: 1455680220.9a3decc7058d382fb1a66738a35afa18df33889e.jlec@gentoo
1 commit: 9a3decc7058d382fb1a66738a35afa18df33889e
2 Author: Horea Christian <h.chr <AT> mail <DOT> ru>
3 AuthorDate: Wed Feb 17 03:35:33 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 17 03:37:00 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9a3decc7
7
8 sci-biology/spm: corrected install dir
9
10 Package-Manager: portage-2.2.27
11
12 sci-biology/spm/spm-12_p6470.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-biology/spm/spm-12_p6470.ebuild b/sci-biology/spm/spm-12_p6470.ebuild
16 index 3e417c2..06c6137 100644
17 --- a/sci-biology/spm/spm-12_p6470.ebuild
18 +++ b/sci-biology/spm/spm-12_p6470.ebuild
19 @@ -33,5 +33,5 @@ src_compile() {
20 src_install() {
21 emake install PLATFORM=octave
22 insinto "$(octave-config --m-site-dir)/${P}"
23 - doins -r "${WORKDIR}/${PN}${PV}"/*
24 + doins -r "${WORKDIR}/${PN}${MY_PV}"/*
25 }