diff options
author | 2015-03-11 18:22:55 +0100 | |
---|---|---|
committer | 2015-03-11 18:22:55 +0100 | |
commit | a11ae39b8c108ae0614728fae7dae2a2bbce3dab (patch) | |
tree | 6a810b613513af95cf716d7343ac25166bc5b1b0 /sci-biology/spm | |
parent | installing ALL the things (diff) | |
download | sci-a11ae39b8c108ae0614728fae7dae2a2bbce3dab.tar.gz sci-a11ae39b8c108ae0614728fae7dae2a2bbce3dab.tar.bz2 sci-a11ae39b8c108ae0614728fae7dae2a2bbce3dab.zip |
installing into octave M subdirectory
Package-Manager: portage-2.2.18
Diffstat (limited to 'sci-biology/spm')
-rw-r--r-- | sci-biology/spm/ChangeLog | 3 | ||||
-rw-r--r-- | sci-biology/spm/spm-12.ebuild | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sci-biology/spm/ChangeLog b/sci-biology/spm/ChangeLog index b45084072..eea45ba5b 100644 --- a/sci-biology/spm/ChangeLog +++ b/sci-biology/spm/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 11 Mar 2015; <chymera@gentoo.org> spm-12.ebuild: + installing into octave M subdirectory + 10 Mar 2015; <chymera@gentoo.org> spm-12.ebuild: installing ALL the things diff --git a/sci-biology/spm/spm-12.ebuild b/sci-biology/spm/spm-12.ebuild index b08ff8aae..adb2a678d 100644 --- a/sci-biology/spm/spm-12.ebuild +++ b/sci-biology/spm/spm-12.ebuild @@ -31,6 +31,6 @@ src_compile() { src_install() { emake install PLATFORM=octave - insinto $(octave-config --m-site-dir) + insinto "$(octave-config --m-site-dir)/${P}" doins -r "${WORKDIR}/${PN}${PV}"/* } |